siddhesh1981 commited on
Commit
c1cc78d
·
verified ·
1 Parent(s): 784f777

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,6 +10,8 @@ COPY . .
10
  # Install dependencies from the requirements file without using cache to reduce image size
11
 
12
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
 
 
13
 
14
  # Define the command to start the application using Gunicorn with 4 worker processes
15
  # - `-w 4`: Uses 4 worker processes for handling requests
 
10
  # Install dependencies from the requirements file without using cache to reduce image size
11
 
12
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
+ RUN pip install --upgrade scikit-learn
14
+ RUN pip install --upgrade joblib
15
 
16
  # Define the command to start the application using Gunicorn with 4 worker processes
17
  # - `-w 4`: Uses 4 worker processes for handling requests