Spaces:
Runtime error
Runtime error
sijiezhao
commited on
Commit
·
f4a0541
1
Parent(s):
1404e4f
update
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,8 @@ RUN git lfs install
|
|
| 11 |
COPY ./requirements.txt /code/requirements.txt
|
| 12 |
|
| 13 |
# Install requirements.txt
|
| 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
|
| 17 |
RUN useradd -m -u 1000 user
|
|
|
|
| 11 |
COPY ./requirements.txt /code/requirements.txt
|
| 12 |
|
| 13 |
# Install requirements.txt
|
| 14 |
+
# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 15 |
+
RUN pip install -r requirements.txt
|
| 16 |
|
| 17 |
# Set up a new user named "user" with user ID 1000
|
| 18 |
RUN useradd -m -u 1000 user
|