Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
goliaro committed Jul 11, 2024
1 parent a83effe commit 4f82aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/flexflow-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN MINICONDA_SCRIPT_NAME=Miniconda3-py311_23.5.2-0-Linux-x86_64.sh; \
chmod +x ~/${MINICONDA_SCRIPT_NAME} && \
bash ~/${MINICONDA_SCRIPT_NAME} -b -p /opt/conda && \
rm ~/${MINICONDA_SCRIPT_NAME} && \
/opt/conda/bin/conda config --set solver classic && \
/opt/conda/bin/conda upgrade --all && \
/opt/conda/bin/conda install conda-build conda-verify && \
/opt/conda/bin/conda clean -ya
Expand Down

0 comments on commit 4f82aae

Please sign in to comment.