Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -27,9 +27,6 @@ RUN mkdir -p /tmp/.streamlit /tmp/huggingface && \
|
|
| 27 |
# Create config file with proper settings
|
| 28 |
RUN mkdir -p /tmp/.streamlit && \
|
| 29 |
cat <<EOF > /tmp/.streamlit/config.toml
|
| 30 |
-
[global]
|
| 31 |
-
dataSavePath = "/tmp"
|
| 32 |
-
|
| 33 |
[browser]
|
| 34 |
gatherUsageStats = false
|
| 35 |
|
|
|
|
| 27 |
# Create config file with proper settings
|
| 28 |
RUN mkdir -p /tmp/.streamlit && \
|
| 29 |
cat <<EOF > /tmp/.streamlit/config.toml
|
|
|
|
|
|
|
|
|
|
| 30 |
[browser]
|
| 31 |
gatherUsageStats = false
|
| 32 |
|