Skip to content
Snippets Groups Projects
Commit 63d8acbc authored by yilun_jin's avatar yilun_jin
Browse files

Update Dockerfile

parent 31b0bd6c
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ RUN groupadd -g 1001 aicrowd && \ ...@@ -24,7 +24,7 @@ RUN groupadd -g 1001 aicrowd && \
USER ${USER_NAME} USER ${USER_NAME}
WORKDIR ${HOME_DIR} WORKDIR ${HOME_DIR}
# Install Miniconda and Python packages # Install Miniconda and Python packages. You can change the python version by using another Miniconda.
RUN wget -nv -O miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py38_22.11.1-1-Linux-x86_64.sh \ RUN wget -nv -O miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py38_22.11.1-1-Linux-x86_64.sh \
&& bash miniconda.sh -b -p ${CONDA_DIR} \ && bash miniconda.sh -b -p ${CONDA_DIR} \
&& . ${CONDA_DIR}/etc/profile.d/conda.sh \ && . ${CONDA_DIR}/etc/profile.d/conda.sh \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment