Spaces:
Sleeping
Sleeping
sijiezhao
commited on
Commit
•
f538838
1
Parent(s):
24353b2
update
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -9,6 +9,7 @@ RUN git lfs install
|
|
9 |
|
10 |
# Copy the current directory contents into the container at /code
|
11 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
12 |
|
13 |
# Install requirements.txt
|
14 |
# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
9 |
|
10 |
# Copy the current directory contents into the container at /code
|
11 |
COPY ./requirements.txt /code/requirements.txt
|
12 |
+
RUN cat /code/requirements.txt
|
13 |
|
14 |
# Install requirements.txt
|
15 |
# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|