nijisakai's picture
Update Dockerfile
f3a23e4
raw
history blame
145 Bytes
# Use an environment variable for the Hugging Face token
ARG HF_TOKEN
# Set the Hugging Face token environment variable
ENV HF_TOKEN ${HF_TOKEN}