Spaces:
Running
Running
upd docker
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
|
2 |
FROM python:3.10
|
3 |
|
4 |
-
|
5 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
6 |
|
7 |
# Set up a new user named "user" with user ID 1000
|
|
|
|
|
1 |
FROM python:3.10
|
2 |
|
|
|
3 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
4 |
|
5 |
# Set up a new user named "user" with user ID 1000
|