Spaces:
Sleeping
Sleeping
Commit
·
253776c
1
Parent(s):
3297ad3
update Dockerfile
Browse files- Dockerfile +0 -8
Dockerfile
CHANGED
@@ -8,12 +8,4 @@ RUN apt-get update && apt-get install -y \
|
|
8 |
libportaudiocpp0 \
|
9 |
ffmpeg
|
10 |
|
11 |
-
# Copy your app code to the container
|
12 |
-
COPY . /app
|
13 |
-
WORKDIR /app
|
14 |
|
15 |
-
# Install Python dependencies
|
16 |
-
RUN pip install -r requirements.txt
|
17 |
-
|
18 |
-
# Specify the command to run your app
|
19 |
-
CMD ["python", "app.py"]
|
|
|
8 |
libportaudiocpp0 \
|
9 |
ffmpeg
|
10 |
|
|
|
|
|
|
|
11 |
|
|
|
|
|
|
|
|
|
|