File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ RUN conda create --name peft python=${PYTHON_VERSION} ipython jupyter pip
2020# Below is copied from https://github.com/huggingface/accelerate/blob/main/docker/accelerate-gpu/Dockerfile
2121# We don't install pytorch here yet since CUDA isn't available
2222# instead we use the direct torch wheel
23- ENV PATH /opt/conda/envs/peft/bin:$PATH
23+ ENV PATH= /opt/conda/envs/peft/bin:$PATH
2424# Activate our bash shell
2525RUN chsh -s /bin/bash
2626SHELL ["/bin/bash" , "-c" ]
2727
2828# Stage 2
2929FROM nvidia/cuda:12.8.1-devel-ubuntu22.04 AS build-image
3030COPY --from=compile-image /opt/conda /opt/conda
31- ENV PATH /opt/conda/bin:$PATH
31+ ENV PATH= /opt/conda/bin:$PATH
3232
3333# Install apt libs
3434RUN apt-get update && \
You can’t perform that action at this time.
0 commit comments