WebashalarForML commited on
Commit
9a1684c
1 Parent(s): 46813f8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ ENV PYTHONUNBUFFERED 1
8
  # Set environment variables
9
  ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
10
  ENV PATH="/home/user/.local/bin:$PATH"
11
- ENV HF_HOME="/app/.cache/huggingface" # Update to a writable location
12
 
13
  # Set the working directory
14
  WORKDIR /app
 
8
  # Set environment variables
9
  ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
10
  ENV PATH="/home/user/.local/bin:$PATH"
11
+ ENV HF_HOME="/app/.cache/huggingface"
12
 
13
  # Set the working directory
14
  WORKDIR /app