Spaces:
Running
Running
Commit
·
459bc7d
1
Parent(s):
811de20
Docker Revert
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -17,9 +17,6 @@ RUN apt-get update && apt-get install -y \
|
|
17 |
python3-dev \
|
18 |
&& rm -rf /var/lib/apt/lists/*
|
19 |
|
20 |
-
RUN --rm -it \
|
21 |
-
--device /dev/snd \
|
22 |
-
--privileged \
|
23 |
# The two following lines are requirements for the Dev Mode to be functional
|
24 |
# Learn more about the Dev Mode at https://huggingface.co/dev-mode-explorers
|
25 |
RUN useradd -m -u 1000 user
|
|
|
17 |
python3-dev \
|
18 |
&& rm -rf /var/lib/apt/lists/*
|
19 |
|
|
|
|
|
|
|
20 |
# The two following lines are requirements for the Dev Mode to be functional
|
21 |
# Learn more about the Dev Mode at https://huggingface.co/dev-mode-explorers
|
22 |
RUN useradd -m -u 1000 user
|