VauntedVessel commited on
Commit
7efd198
·
verified ·
1 Parent(s): d81c582

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@ 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
+ ENV STREAMLIT_HOME=/tmp/.streamlit
6
+
7
  RUN apt-get update && apt-get install -y \
8
  build-essential \
9
  curl \