Skip to content

Commit

Permalink
add hardcoded token
Browse files Browse the repository at this point in the history
  • Loading branch information
SukhmeetSingh2002 committed Oct 1, 2023
1 parent df34032 commit 1e5f037
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 @@ -19,7 +19,7 @@ EXPOSE 5000
# Set the environment variables for Flask and HF_TOKEN
ENV FLASK_APP=app.py
ENV FLASK_ENV=production
ENV HF_TOKEN=${HF_TOKEN}
ENV HF_TOKEN="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"

# Run the command to start the Flask web application
# CMD ["flask", "run", "--host=0.0.0.0"]
Expand Down

0 comments on commit 1e5f037

Please sign in to comment.