lab5 .
All checks were successful
s434766-training/pipeline/head This commit looks good

This commit is contained in:
s434766 2021-04-21 21:01:14 +02:00
parent 30b8c8925a
commit 1558c8c6c4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM ubuntu:latest
RUN apt-get update && apt-get install -y python3-pip && pip3 install setuptools && pip3 install torch torchvision torchaudio && pip3 install numpy && pip3 install pandas && pip3 install wget && pip3 install scikit-learn
RUN apt-get update && apt-get install -y python3-pip && pip3 install setuptools && pip3 install numpy && pip3 install pandas && pip3 install wget && pip3 install scikit-learn && rm -rf /var/lib/apt/lists/*
RUN pip3 install torch torchvision torchaudio
WORKDIR /app
COPY ./create.py ./

Binary file not shown.