This commit is contained in:
parent
30b8c8925a
commit
1558c8c6c4
@ -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 ./
|
||||
|
BIN
stroke.pkl
BIN
stroke.pkl
Binary file not shown.
Loading…
Reference in New Issue
Block a user