sathvikk commited on
Commit
59538c7
·
verified ·
1 Parent(s): 90c325f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  FROM python:3.9-slim
2
 
3
  WORKDIR /app
 
 
4
 
5
  RUN apt-get update && apt-get install -y \
6
  build-essential \
 
1
  FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
+ RUN mkdir -p /app/.cache
5
+
6
 
7
  RUN apt-get update && apt-get install -y \
8
  build-essential \