Spaces:
Sleeping
Sleeping
Commit ·
6ac4547
1
Parent(s): 60c71c3
Updated Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,8 @@ WORKDIR /insucompass
|
|
| 14 |
|
| 15 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 16 |
RUN pip install --no-cache-dir --upgrade pip \
|
| 17 |
-
&& pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 18 |
|
| 19 |
RUN ls -R /insucompass
|
| 20 |
|
|
|
|
| 14 |
|
| 15 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 16 |
RUN pip install --no-cache-dir --upgrade pip \
|
| 17 |
+
&& pip install --no-cache-dir -r requirements.txt\
|
| 18 |
+
uvicorn[standard]
|
| 19 |
|
| 20 |
RUN ls -R /insucompass
|
| 21 |
|