Spaces:
Running
Running
Divyanshu3321
commited on
Commit
·
98ff1ec
1
Parent(s):
4d30d00
added .streamlit/config.toml
Browse files- {src/.streamlit → .streamlit}/config.toml +0 -0
- Dockerfile +1 -0
{src/.streamlit → .streamlit}/config.toml
RENAMED
File without changes
|
Dockerfile
CHANGED
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
COPY requirements.txt ./
|
|
|
13 |
COPY src/ ./src/
|
14 |
|
15 |
RUN pip3 install -r requirements.txt
|
|
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
COPY requirements.txt ./
|
13 |
+
COPY .streamlit/ .streamlit/
|
14 |
COPY src/ ./src/
|
15 |
|
16 |
RUN pip3 install -r requirements.txt
|