Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -53,8 +53,9 @@ ENV PIP_ROOT_USER_ACTION=ignore
|
|
| 53 |
RUN pip install --upgrade pip
|
| 54 |
RUN pip install --no-cache-dir uvicorn fastapi httpx
|
| 55 |
|
| 56 |
-
# Copy startup
|
| 57 |
COPY startup-hf-init.sh /app/startup-hf-init.sh
|
|
|
|
| 58 |
RUN chmod +x /app/startup-hf-init.sh
|
| 59 |
|
| 60 |
# Set environment
|
|
|
|
| 53 |
RUN pip install --upgrade pip
|
| 54 |
RUN pip install --no-cache-dir uvicorn fastapi httpx
|
| 55 |
|
| 56 |
+
# Copy startup scripts
|
| 57 |
COPY startup-hf-init.sh /app/startup-hf-init.sh
|
| 58 |
+
COPY start_hf.py /app/start_hf.py
|
| 59 |
RUN chmod +x /app/startup-hf-init.sh
|
| 60 |
|
| 61 |
# Set environment
|