Spaces:
Sleeping
Sleeping
test
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -11,10 +11,10 @@ RUN apt-get update && apt-get install -y \
|
|
| 11 |
git \
|
| 12 |
&& rm -rf /var/lib/apt/lists/*
|
| 13 |
|
| 14 |
-
COPY requirements.txt ./
|
| 15 |
-
COPY src/ ./src/
|
| 16 |
#RUN mkdir -p .streamlit && chmod 777 ./.streamlit/
|
| 17 |
-
COPY .streamlit/config.toml ./.streamlit/config.toml
|
| 18 |
|
| 19 |
#RUN pip3 install -r requirements.txt
|
| 20 |
RUN pip3 install --no-cache-dir -r /app/requirements.txt
|
|
|
|
| 11 |
git \
|
| 12 |
&& rm -rf /var/lib/apt/lists/*
|
| 13 |
|
| 14 |
+
# COPY requirements.txt ./
|
| 15 |
+
# COPY src/ ./src/
|
| 16 |
#RUN mkdir -p .streamlit && chmod 777 ./.streamlit/
|
| 17 |
+
# COPY .streamlit/config.toml ./.streamlit/config.toml
|
| 18 |
|
| 19 |
#RUN pip3 install -r requirements.txt
|
| 20 |
RUN pip3 install --no-cache-dir -r /app/requirements.txt
|