Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -19,6 +19,8 @@ COPY --chown=user . .
|
|
19 |
# Make the script executable
|
20 |
RUN chmod +x start.sh
|
21 |
|
|
|
|
|
22 |
# Expose the port
|
23 |
EXPOSE 7860
|
24 |
|
|
|
19 |
# Make the script executable
|
20 |
RUN chmod +x start.sh
|
21 |
|
22 |
+
RUN pip install uvicorn
|
23 |
+
|
24 |
# Expose the port
|
25 |
EXPOSE 7860
|
26 |
|