Skip to content

Commit

Permalink
Merge pull request #827 from sanathks/patch-1
Browse files Browse the repository at this point in the history
This will fix LegacyKeyValueFormat waning in docker build
  • Loading branch information
manmay-nakhashi authored Nov 19, 2024
2 parents cb5bace + a8749f5 commit 8a2563e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8a2563e

Please sign in to comment.