add scared fileobserver
Some checks failed
s440058-training/pipeline/head There was a failure building this commit
Some checks failed
s440058-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b82de462ef
commit
46c50afa8c
@ -7,6 +7,7 @@ RUN pip3 install kaggle && pip3 install pandas && pip3 install scikit-learn && p
|
|||||||
RUN apt install -y curl
|
RUN apt install -y curl
|
||||||
RUN pip3 install --user wget
|
RUN pip3 install --user wget
|
||||||
RUN pip3 install torch torchvision torchaudio
|
RUN pip3 install torch torchvision torchaudio
|
||||||
|
RUN pip3 install sacred && pip3 install GitPython && pip3 install pymongo
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -4,3 +4,4 @@ RUN pip3 install torch torchvision torchaudio
|
|||||||
RUN pip3 install sacred && pip3 install GitPython && pip3 install pymongo
|
RUN pip3 install sacred && pip3 install GitPython && pip3 install pymongo
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./../pytorch-example.py ./
|
COPY ./../pytorch-example.py ./
|
||||||
|
COPY ./../scared-example-file.py ./
|
Loading…
Reference in New Issue
Block a user