Spaces:
Runtime error
Runtime error
birgermoell
commited on
Commit
•
e1bef06
1
Parent(s):
a57943c
Added streamlit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y espeak
|
|
6 |
# Install Python package dependencies
|
7 |
COPY requirements.txt /app/requirements.txt
|
8 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
9 |
-
|
10 |
# Copy the app files
|
11 |
COPY . /app
|
12 |
|
|
|
6 |
# Install Python package dependencies
|
7 |
COPY requirements.txt /app/requirements.txt
|
8 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
9 |
+
RUN pip install streamlit
|
10 |
# Copy the app files
|
11 |
COPY . /app
|
12 |
|