PRANJAL KAR commited on
Commit
c658d07
·
1 Parent(s): ae47397
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM python:3.8-slim
3
 
4
 
5
  ENV HF_TOKEN="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"
 
6
  # Set the working directory in the container
7
  WORKDIR /app
8
 
 
3
 
4
 
5
  ENV HF_TOKEN="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"
6
+ ENV token="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"
7
  # Set the working directory in the container
8
  WORKDIR /app
9