npc0 commited on
Commit
a848efd
·
verified ·
1 Parent(s): a6d7e2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
11
 
12
  COPY requirements.txt ./
13
  COPY src/ ./src/
14
- RUN mkdir /data/.streamlit
15
 
16
  RUN pip3 install -r requirements.txt
17
 
 
11
 
12
  COPY requirements.txt ./
13
  COPY src/ ./src/
14
+ RUN mkdir -p /data/.streamlit
15
 
16
  RUN pip3 install -r requirements.txt
17