Aadityaramrame commited on
Commit
83a79d5
·
verified ·
1 Parent(s): b7b2c36

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
16
  && rm -rf /var/lib/apt/lists/*
17
 
18
  # Install Python dependencies
19
- RUN pip install --no-cache-dir -r requirements.txt
20
 
21
  # Expose port for FastAPI
22
  EXPOSE 7860
 
16
  && rm -rf /var/lib/apt/lists/*
17
 
18
  # Install Python dependencies
19
+ RUN pip install --upgrade pip && pip install --no-cache-dir cloudinary && pip install --no-cache-dir -r requirements.txt
20
 
21
  # Expose port for FastAPI
22
  EXPOSE 7860