Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -14,9 +14,6 @@ WORKDIR /app
|
|
| 14 |
COPY requirements.txt .
|
| 15 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 16 |
|
| 17 |
-
# Copy the rest of the application
|
| 18 |
-
COPY best.py app.py # Rename best.py to app.py for clarity
|
| 19 |
-
COPY sound.mp3 . # If you have a sound file
|
| 20 |
|
| 21 |
# Hugging Face uses port 7860
|
| 22 |
ENV PORT=7860
|
|
|
|
| 14 |
COPY requirements.txt .
|
| 15 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 16 |
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
# Hugging Face uses port 7860
|
| 19 |
ENV PORT=7860
|