Spaces:
Sleeping
Sleeping
Kevin King
commited on
Commit
·
75c12ca
1
Parent(s):
8655886
Switch to full python image for webrtc stability
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
FROM python:3.11
|
2 |
-
|
3 |
WORKDIR /app
|
4 |
|
5 |
# Combine all system dependency installations into a single RUN command
|
|
|
1 |
+
FROM python:3.11
|
|
|
2 |
WORKDIR /app
|
3 |
|
4 |
# Combine all system dependency installations into a single RUN command
|