Upload Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -10,9 +10,6 @@ COPY . /app
|
|
| 10 |
# Install any needed packages specified in requirements.txt
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
| 13 |
-
# Install Playwright browsers
|
| 14 |
-
RUN playwright install --with-deps
|
| 15 |
-
|
| 16 |
# Make port 7860 available to the world outside this container
|
| 17 |
EXPOSE 7860
|
| 18 |
|
|
|
|
| 10 |
# Install any needed packages specified in requirements.txt
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
|
|
|
|
|
|
|
|
|
| 13 |
# Make port 7860 available to the world outside this container
|
| 14 |
EXPOSE 7860
|
| 15 |
|