abhishek-kumar commited on
Commit
b61714c
·
verified ·
1 Parent(s): a9150f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -2,6 +2,9 @@ FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
 
 
 
 
5
  RUN apt-get update && apt-get install -y \
6
  build-essential \
7
  curl \
 
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 \
10
  curl \