ium_z487186/Dockerfile

7 lines
135 B
Docker
Raw Normal View History

2023-04-21 11:26:52 +02:00
FROM ubuntu:latest
RUN apt update && apt install -y python3-pip && pip3 install scikit-learn datasets
2023-04-21 13:13:06 +02:00
ENV HF_HOME="/tmp/hf"
2023-04-21 11:26:52 +02:00
COPY . .