Spaces:
Sleeping
Sleeping
ejschwartz
commited on
Commit
•
4d50d7b
1
Parent(s):
06cb285
pip
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -8,6 +8,8 @@ WORKDIR /code
|
|
8 |
|
9 |
COPY ./requirements.txt /code/requirements.txt
|
10 |
|
|
|
|
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
12 |
|
13 |
# Set up a new user named "user" with user ID 1000
|
|
|
8 |
|
9 |
COPY ./requirements.txt /code/requirements.txt
|
10 |
|
11 |
+
RUN apt install -y python3-pip
|
12 |
+
|
13 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
14 |
|
15 |
# Set up a new user named "user" with user ID 1000
|