Spaces:
Runtime error
Runtime error
Commit
·
fa2e3c9
1
Parent(s):
834d0e4
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -11,6 +11,8 @@ WORKDIR /code
|
|
11 |
|
12 |
COPY ./requirements.txt /code/requirements.txt
|
13 |
|
|
|
|
|
14 |
RUN pip install --no-cache-dir -r /code/requirements.txt
|
15 |
|
16 |
# Set up a new user named "user" with user ID 1000
|
|
|
11 |
|
12 |
COPY ./requirements.txt /code/requirements.txt
|
13 |
|
14 |
+
RUN pip install --upgrade pip
|
15 |
+
|
16 |
RUN pip install --no-cache-dir -r /code/requirements.txt
|
17 |
|
18 |
# Set up a new user named "user" with user ID 1000
|