huathedev commited on
Commit
eb47009
·
1 Parent(s): f55b284

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -4,9 +4,9 @@ WORKDIR /app
4
 
5
  COPY ./requirements.txt /app/requirements.txt
6
  RUN pip3 install --no-cache-dir -r /app/requirements.txt
7
- RUN pip install numpy==1.20.0
8
- RUN pip install cython==0.29.21
9
- RUN pip install pygco==0.0.16
10
 
11
  # User
12
  RUN useradd -m -u 1000 user
 
4
 
5
  COPY ./requirements.txt /app/requirements.txt
6
  RUN pip3 install --no-cache-dir -r /app/requirements.txt
7
+ RUN pip3 install numpy==1.20.0
8
+ RUN pip3 install cython==0.29.21
9
+ RUN pip3 install pygco==0.0.16
10
 
11
  # User
12
  RUN useradd -m -u 1000 user