s-ahal commited on
Commit
423c750
·
verified ·
1 Parent(s): ccb7123

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  # Use an official Python runtime as a parent image
2
  FROM python:3.9-slim
3
 
 
1
+ # Cache folder
2
+ ENV HF_HOME=/app/cache
3
+
4
  # Use an official Python runtime as a parent image
5
  FROM python:3.9-slim
6