Fix legacy key value format issue

This commit is contained in:
Sanath Samarasinghe 2024-10-25 03:02:55 +02:00 committed by GitHub
parent 2d6d3868f9
commit a8749f5917
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,8 +10,8 @@ RUN apt-get update && \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
ENV HOME "/root"
ENV CONDA_DIR "${HOME}/miniconda"
ENV HOME="/root"
ENV CONDA_DIR="${HOME}/miniconda"
ENV PATH="$CONDA_DIR/bin":$PATH
ENV CONDA_AUTO_UPDATE_CONDA=false
ENV PIP_DOWNLOAD_CACHE="$HOME/.pip/cache"