fix dockerffile
This commit is contained in:
parent
88f5323fbf
commit
9289cb8a82
@ -1,4 +1,4 @@
|
||||
FROM ubuntu:latest
|
||||
FROM ubuntu:20.04
|
||||
|
||||
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 && pip3 install matplotlib && rm -rf /var/lib/apt/lists/*
|
||||
RUN pip3 install torch torchvision torchaudio
|
||||
|
Loading…
Reference in New Issue
Block a user