shaadfazal commited on
Commit
cb12c6f
·
verified ·
1 Parent(s): 89bec03

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -1,11 +1,5 @@
1
  FROM python:3.10
2
 
3
- # Install system dependencies
4
- RUN apt-get update && apt-get install -y \
5
- portaudio19-dev \
6
- python3-pyaudio \
7
- && rm -rf /var/lib/apt/lists/*
8
-
9
  # Set working directory
10
  WORKDIR /home/user/app
11
 
 
1
  FROM python:3.10
2
 
 
 
 
 
 
 
3
  # Set working directory
4
  WORKDIR /home/user/app
5