abhishek-kumar commited on
Commit
3913978
·
verified ·
1 Parent(s): 267c72e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,8 +2,8 @@ FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
 
5
- # Create directory for Streamlit
6
- RUN mkdir -p /root/.streamlit
7
 
8
  RUN apt-get update && apt-get install -y \
9
  build-essential \
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN mkdir -p /root/.streamlit && \
6
+ chmod 777 /root/.streamlit
7
 
8
  RUN apt-get update && apt-get install -y \
9
  build-essential \