Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
oiuytr
  • Loading branch information
shaohean authored Nov 25, 2024
1 parent e8d9f99 commit 84e56ee
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 @@ -37,4 +37,4 @@

FROM python:3.8
#RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk add gcc build-base musl-dev python3-dev libffi-dev && pip install --upgrade pip && pip install cryptography==3.1.1 matplotlib==3.3.2 numpy==1.19.2 pandas==1.1.3 PyMySQL==1.0.2 scikit_learn==0.23.2 scipy==1.5.2 SQLAlchemy==1.3.20 statsmodels==0.12.0
RUN apt update && apt install -y python3-distutils setuptools wheel && pip install cryptography==3.1.1 matplotlib==3.3.2 numpy==1.19.2 pandas==1.1.3 PyMySQL==1.0.2 scikit_learn==0.23.2 scipy==1.5.2 SQLAlchemy==1.3.20 statsmodels==0.12.0
RUN apt update && apt install -y python3-distutils && pip install cryptography==3.1.1 matplotlib==3.3.2 numpy==1.19.2 pandas==1.1.3 PyMySQL==1.0.2 scikit_learn==0.23.2 scipy==1.5.2 SQLAlchemy==1.3.20 statsmodels==0.12.0

0 comments on commit 84e56ee

Please sign in to comment.