tsrivallabh commited on
Commit
3642cca
·
verified ·
1 Parent(s): 5217cf4

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,8 +1,10 @@
1
- ENV HF_HOME=/app/hf_cache
2
 
3
  # Use an official Python runtime as a parent image
4
  FROM python:3.11-slim
5
 
 
 
6
  # Set the working directory in the container
7
  WORKDIR /app
8
 
 
1
+
2
 
3
  # Use an official Python runtime as a parent image
4
  FROM python:3.11-slim
5
 
6
+ ENV HF_HOME=/app/hf_cache
7
+
8
  # Set the working directory in the container
9
  WORKDIR /app
10