Coots commited on
Commit
c9d68fb
·
verified ·
1 Parent(s): c1de69f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -8,11 +8,10 @@ RUN apt-get update && \
8
  apt-get clean && \
9
  rm -rf /var/lib/apt/lists/*
10
 
11
- # Create a directory for cache that will be writeable by the user
12
  RUN mkdir -p /cache && chmod a+rwx /cache
13
 
14
  # Set environment variables
15
- ENV TRANSFORMERS_CACHE=/cache
16
  ENV HF_HOME=/cache
17
  ENV PYTHONUNBUFFERED=1
18
 
 
8
  apt-get clean && \
9
  rm -rf /var/lib/apt/lists/*
10
 
11
+ # Create a directory for cache that will be writable by the user
12
  RUN mkdir -p /cache && chmod a+rwx /cache
13
 
14
  # Set environment variables
 
15
  ENV HF_HOME=/cache
16
  ENV PYTHONUNBUFFERED=1
17