Update Dockerfile

This commit is contained in:
Jan Świątek 2023-04-19 20:01:44 +02:00
parent 67b09d8906
commit 4c8b571a7a

View File

@ -5,6 +5,6 @@ RUN apt install -y python3 python3-pip
RUN pip3 install --upgrade pip
RUN pip3 install datasets pandas numpy scikit-learn
WORKDIR /app
ENV HF_HOME="/tmp/huggingface"
WORKDIR /app