Spaces:
Runtime error
Runtime error
Commit
·
f86bc6f
1
Parent(s):
b996e0b
add dockerfile, app, req
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,8 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 9 |
|
| 10 |
RUN pip install Cython
|
| 11 |
|
|
|
|
|
|
|
| 12 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 13 |
|
| 14 |
# Set up a new user named "user" with user ID 1000
|
|
|
|
| 9 |
|
| 10 |
RUN pip install Cython
|
| 11 |
|
| 12 |
+
RUN pip install --upgrade pip
|
| 13 |
+
|
| 14 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 15 |
|
| 16 |
# Set up a new user named "user" with user ID 1000
|