priyanshu23456 commited on
Commit
e983d4f
·
verified ·
1 Parent(s): b3305c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,10 +2,10 @@
2
  FROM python:3.10-slim
3
 
4
  # Set env to avoid interactive prompts and ensure models cache to /tmp
5
- ENV TRANSFORMERS_CACHE=/tmp \
6
- HF_HOME=/tmp \
7
  XDG_CACHE_HOME=/tmp \
8
  PYTHONUNBUFFERED=1
 
9
 
10
  # Install system dependencies
11
  RUN apt-get update && apt-get install -y \
 
2
  FROM python:3.10-slim
3
 
4
  # Set env to avoid interactive prompts and ensure models cache to /tmp
5
+ ENV HF_HOME=/tmp \
 
6
  XDG_CACHE_HOME=/tmp \
7
  PYTHONUNBUFFERED=1
8
+
9
 
10
  # Install system dependencies
11
  RUN apt-get update && apt-get install -y \