Skip to content

Commit

Permalink
fix ssms version
Browse files Browse the repository at this point in the history
  • Loading branch information
panwanke committed Dec 10, 2023
1 parent 32ff467 commit ce0c7d5
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 @@ -34,7 +34,7 @@ RUN pip install --upgrade pip
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 -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install git+https://gitee.com/epool/ssm-simulators@dockerHDDM_stable -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install git+https://gitee.com/epool/hddm.git && \
fix-permissions "/home/${NB_USER}"

Expand Down

0 comments on commit ce0c7d5

Please sign in to comment.