Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,7 +38,7 @@ COPY . .
|
|
38 |
|
39 |
# Install dependencies
|
40 |
# Use the new pip resolver and always take the latest version if not specified
|
41 |
-
RUN pip install --
|
42 |
|
43 |
|
44 |
# Update package lists and install other dependencies as needed
|
|
|
38 |
|
39 |
# Install dependencies
|
40 |
# Use the new pip resolver and always take the latest version if not specified
|
41 |
+
RUN pip install --no-deps -r requirements.txt gradio
|
42 |
|
43 |
|
44 |
# Update package lists and install other dependencies as needed
|