Spaces:
Running
Running
Commit
·
811de20
1
Parent(s):
76db2b8
Docker Update
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -17,6 +17,9 @@ RUN apt-get update && apt-get install -y \
|
|
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
|
|
|
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
|