Update Dockerfile
Browse files- 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
|
8 |
-
RUN
|
9 |
-
RUN
|
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
|