From 57029a0293739137fa7756c856df274b72f8095b Mon Sep 17 00:00:00 2001 From: Natalia Szymczyk Date: Fri, 21 Apr 2023 13:13:06 +0200 Subject: [PATCH] fixxx --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2d38793..e24af03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . . \ No newline at end of file