th0mascat commited on
Commit
6bd0749
1 Parent(s): e13886a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -1,7 +1,5 @@
1
  FROM python:3.11
2
 
3
- WORKDIR /
4
-
5
  COPY requirements.txt .
6
 
7
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
 
1
  FROM python:3.11
2
 
 
 
3
  COPY requirements.txt .
4
 
5
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y