Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
panwanke committed Dec 11, 2023
1 parent ce0c7d5 commit 0dcb577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN conda install -c conda-forge --quiet --yes \
fix-permissions "/home/${NB_USER}"

RUN pip install --upgrade pip
RUN pip install 'pandas==2.0.1' -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install pandas==2.0.1 -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install git+https://gitee.com/epool/pymc2
RUN pip install git+https://gitee.com/epool/kabuki
RUN pip install git+https://gitee.com/epool/ssm-simulators@dockerHDDM_stable -i https://pypi.tuna.tsinghua.edu.cn/simple
Expand Down

0 comments on commit 0dcb577

Please sign in to comment.