deepak191z commited on
Commit
1e76a51
·
verified ·
1 Parent(s): b20ce05

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ WORKDIR /app/fastn8n
20
  RUN python -m venv shared_env && \
21
  shared_env/bin/pip install --upgrade pip && \
22
  shared_env/bin/pip install --no-cache-dir -r requirements.txt && \
23
- shared_env/bin/pip install --no-cache-dir numpy opencv-python-headless edge-tts pydub && \
24
  shared_env/bin/python -m pip list > /app/pip_list.txt
25
 
26
  # Ensure permissions
 
20
  RUN python -m venv shared_env && \
21
  shared_env/bin/pip install --upgrade pip && \
22
  shared_env/bin/pip install --no-cache-dir -r requirements.txt && \
23
+ shared_env/bin/pip install --no-cache-dir numpy opencv-python-headless && \
24
  shared_env/bin/python -m pip list > /app/pip_list.txt
25
 
26
  # Ensure permissions