blitzkrieg0000 commited on
Commit
90c7c9a
·
verified ·
1 Parent(s): c9c12f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM python:3.11.5
3
  RUN useradd -m -u 1000 user
4
  WORKDIR /app
5
  COPY --chown=user ./requirements.txt requirements.txt
 
6
  RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
7
  RUN pip install gradio opencv-python pandas
8
 
 
3
  RUN useradd -m -u 1000 user
4
  WORKDIR /app
5
  COPY --chown=user ./requirements.txt requirements.txt
6
+ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
7
  RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
8
  RUN pip install gradio opencv-python pandas
9