kshitizzzzzzz commited on
Commit
393828c
·
verified ·
1 Parent(s): f9782d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -8
Dockerfile CHANGED
@@ -2,14 +2,14 @@
2
  FROM python:3.10
3
 
4
  # Install system dependencies necessary for the project
5
- RUN apt-get update && apt-get install -y \
6
- build-essential \
7
- libasound-dev \
8
- libportaudio2 \
9
- libportaudiocpp0 \
10
- portaudio19-dev \
11
- ffmpeg \
12
- && apt-get clean
13
 
14
  # Set the working directory inside the container
15
  WORKDIR /app
 
2
  FROM python:3.10
3
 
4
  # Install system dependencies necessary for the project
5
+ # RUN apt-get update && apt-get install -y \
6
+ # build-essential \
7
+ # libasound-dev \
8
+ # libportaudio2 \
9
+ # libportaudiocpp0 \
10
+ # portaudio19-dev \
11
+ # ffmpeg \
12
+ # && apt-get clean
13
 
14
  # Set the working directory inside the container
15
  WORKDIR /app