This commit is contained in:
parent
b0f77a6742
commit
60ba06fd0f
@ -4,8 +4,8 @@ RUN apt-get update && apt-get install -y python3-pip && pip3 install setuptools
|
|||||||
RUN pip3 install torch torchvision torchaudio
|
RUN pip3 install torch torchvision torchaudio
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./create.py ./
|
COPY ./../create.py ./
|
||||||
COPY ./stats.py ./
|
COPY ./../stats.py ./
|
||||||
COPY ./stroke-pytorch.py ./
|
COPY ./../stroke-pytorch.py ./
|
||||||
COPY ./stroke-pytorch-eval.py ./
|
COPY ./../stroke-pytorch-eval.py ./
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user