Skip to content

Commit

Permalink
update HF token
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Aug 31, 2022
1 parent 61a67ab commit fe9bbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADD server.py .
EXPOSE 8000

# Add your huggingface auth key here
ENV HF_AUTH_TOKEN=your_token
ENV HF_AUTH_TOKEN=***REMOVED***

# Add your model weight files
# (in this case we have a python script)
Expand Down

0 comments on commit fe9bbc1

Please sign in to comment.