This commit is contained in:
Natalia Szymczyk 2023-04-21 13:13:06 +02:00
parent 1fba1089d0
commit 57029a0293
1 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,6 @@ FROM ubuntu:latest
RUN apt update && apt install -y python3-pip && pip3 install scikit-learn datasets
ENV HF_HOME="/tmp/hf"
COPY . .