Kenjinx07 commited on
Commit
f00707c
·
verified ·
1 Parent(s): 583fde1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@ FROM python:3.10-slim
2
 
3
  WORKDIR /app
4
 
 
 
5
  # Install system dependencies for OpenCV + pyzbar
6
  RUN apt-get update && apt-get install -y \
7
  libgl1 \
 
2
 
3
  WORKDIR /app
4
 
5
+ ENV HF_HOME=/tmp/huggingface
6
+
7
  # Install system dependencies for OpenCV + pyzbar
8
  RUN apt-get update && apt-get install -y \
9
  libgl1 \