Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -12,7 +12,6 @@ RUN apt-get update && apt-get install -y \
|
|
12 |
|
13 |
COPY requirements.txt ./
|
14 |
COPY src/ ./src/
|
15 |
-
COPY src/.streamlit/ ./.streamlit/
|
16 |
|
17 |
RUN uv pip install -r requirements.txt
|
18 |
|
|
|
12 |
|
13 |
COPY requirements.txt ./
|
14 |
COPY src/ ./src/
|
|
|
15 |
|
16 |
RUN uv pip install -r requirements.txt
|
17 |
|