From 2b41bfe9ebac090bdb61b85efe971d69e0f48aea Mon Sep 17 00:00:00 2001 From: Salman Mohammadi Date: Fri, 4 Jul 2025 12:40:58 +0100 Subject: [PATCH] reverting --- docker/Dockerfile-uv-base | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/Dockerfile-uv-base b/docker/Dockerfile-uv-base index 063882599..4b08e55f8 100644 --- a/docker/Dockerfile-uv-base +++ b/docker/Dockerfile-uv-base @@ -34,6 +34,3 @@ RUN uv pip install packaging setuptools wheel psutil \ && uv pip install --no-build-isolation "causal_conv1d @ git+https://github.com/Dao-AILab/causal-conv1d.git@main" \ && uv pip install "mamba_ssm @ git+https://github.com/state-spaces/mamba.git@main" \ && uv pip install awscli pydantic - -# Configure shell to display current virtual environment -RUN echo 'export PS1="(axolotl-venv) \u@\h:\w\$ "' >> ~/.bashrc