Spaces:
Running
Running
kadabengaran
commited on
Commit
•
27abfb2
1
Parent(s):
3272dae
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -43,10 +43,8 @@ ENV HOME=/home/user \
|
|
43 |
RUN pip3 install --no-cache-dir --upgrade pip && \
|
44 |
pip3 install --no-cache-dir --upgrade -r /code/requirements.txt && \
|
45 |
pip3 install --no-cache-dir uvicorn
|
46 |
-
|
47 |
-
# Print installed packages to the build log
|
48 |
-
RUN cat /code/installed_packages.log
|
49 |
|
|
|
50 |
# Set the application directory for the user
|
51 |
WORKDIR $HOME/app
|
52 |
|
|
|
43 |
RUN pip3 install --no-cache-dir --upgrade pip && \
|
44 |
pip3 install --no-cache-dir --upgrade -r /code/requirements.txt && \
|
45 |
pip3 install --no-cache-dir uvicorn
|
|
|
|
|
|
|
46 |
|
47 |
+
|
48 |
# Set the application directory for the user
|
49 |
WORKDIR $HOME/app
|
50 |
|