Nickeik commited on
Commit
e4e1dca
·
verified ·
1 Parent(s): e404834

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -10,10 +10,6 @@ COPY requirements.txt .
10
  # Install any dependencies
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
- # Set environment variable for Hugging Face token
14
- ENV HUGGINGFACE_TOKEN=<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>
15
-
16
-
17
  # Copy the rest of the application code
18
  COPY . .
19
 
 
10
  # Install any dependencies
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
 
 
 
 
13
  # Copy the rest of the application code
14
  COPY . .
15