huathedev commited on
Commit
3a96a0c
·
1 Parent(s): 57fdd67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9-slim
2
 
3
  WORKDIR $HOME/app
4
 
@@ -7,8 +7,8 @@ RUN apt-get update && apt-get upgrade -y && apt-get install gcc -y
7
  RUN pip3 install --no-cache-dir -r /app/requirements.txt
8
  RUN pip3 install numpy
9
  RUN pip3 install cython==0.29.21
10
- RUN apt-get update
11
- RUN apt-get install --reinstall build-essential -y
12
  RUN pip3 install pygco==0.0.16
13
 
14
  RUN useradd -m -u 1000 user
 
1
+ FROM python:3.8.5
2
 
3
  WORKDIR $HOME/app
4
 
 
7
  RUN pip3 install --no-cache-dir -r /app/requirements.txt
8
  RUN pip3 install numpy
9
  RUN pip3 install cython==0.29.21
10
+ #RUN apt-get update
11
+ #RUN apt-get install --reinstall build-essential -y
12
  RUN pip3 install pygco==0.0.16
13
 
14
  RUN useradd -m -u 1000 user