Add HF_HOME

This commit is contained in:
Jan Świątek 2023-04-19 19:52:26 +02:00
parent 63096cbdd0
commit 67b09d8906

View File

@ -7,7 +7,4 @@ RUN pip3 install datasets pandas numpy scikit-learn
WORKDIR /app
ENV HF_HOME="/cache/huggingface"
RUN mkdir -p $HF_HOME
RUN chown -R root:root $HF_HOME
ENV HF_HOME="/tmp/huggingface"