Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
10 |
|
11 |
# Copy the app code
|
12 |
COPY app.py .
|
13 |
-
|
14 |
# Expose the port HF Spaces expects
|
15 |
EXPOSE 7860
|
16 |
|
|
|
10 |
|
11 |
# Copy the app code
|
12 |
COPY app.py .
|
13 |
+
|
14 |
# Expose the port HF Spaces expects
|
15 |
EXPOSE 7860
|
16 |
|