Spaces:
Runtime error
Runtime error
Kaelan commited on
Commit ·
24113e3
1
Parent(s): 7d5fa23
remove
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,6 @@ RUN apt-get update && apt-get install -y \
|
|
| 10 |
|
| 11 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
| 12 |
|
| 13 |
-
RUN apt-get w64codecs
|
| 14 |
# Set up a new user named "user" with user ID 1000
|
| 15 |
RUN useradd -m -u 1000 user
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
| 12 |
|
|
|
|
| 13 |
# Set up a new user named "user" with user ID 1000
|
| 14 |
RUN useradd -m -u 1000 user
|
| 15 |
|