Kripton12 commited on
Commit
5e7645a
·
verified ·
1 Parent(s): 4f6f2ec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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