Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,7 @@ RUN git clone https://github.com/UrloMythus/009.git .
|
|
| 13 |
|
| 14 |
# Install any needed packages specified in requirements.txt
|
| 15 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 16 |
|
| 17 |
# Expose the port, for now default is 8080 cause it's the only one really allowed by HuggingFace
|
| 18 |
EXPOSE 8080
|
|
|
|
| 13 |
|
| 14 |
# Install any needed packages specified in requirements.txt
|
| 15 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 16 |
+
RUN pip install pydantic_settings
|
| 17 |
|
| 18 |
# Expose the port, for now default is 8080 cause it's the only one really allowed by HuggingFace
|
| 19 |
EXPOSE 8080
|