Spaces:
Running
Running
kadabengaran
commited on
Commit
•
23a7e3a
1
Parent(s):
99244fc
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -41,7 +41,9 @@ ENV HOME=/home/user \
|
|
41 |
|
42 |
# Install Python dependencies
|
43 |
RUN pip3 install --no-cache-dir --upgrade pip && \
|
44 |
-
pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
|
|
45 |
|
46 |
# Set the application directory for the user
|
47 |
WORKDIR $HOME/app
|
|
|
41 |
|
42 |
# Install Python dependencies
|
43 |
RUN pip3 install --no-cache-dir --upgrade pip && \
|
44 |
+
pip3 install --no-cache-dir --upgrade -r /code/requirements.txt && \
|
45 |
+
pip3 show uvicorn
|
46 |
+
|
47 |
|
48 |
# Set the application directory for the user
|
49 |
WORKDIR $HOME/app
|