Skip to content

Commit

Permalink
adds wget to neuroproof
Browse files Browse the repository at this point in the history
  • Loading branch information
dxenes1 committed Aug 25, 2020
1 parent 87fa5ad commit f975017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions saber/i2g/neuroproof/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ WORKDIR /app
COPY driver.py /app/driver.py
# COPY kasthuri_classifier.xml /app/kasthuri_classifier.xml
#RUN git clone https://github.com/janelia-flyem/neuroproof_examples.git
RUN wget --directory-prefix /app/kasthuri_classifier.xml https://saber-batch-dev.s3.amazonaws.com/kasthuri_classifier.xml
ENTRYPOINT ["python3", "driver.py" ]

0 comments on commit f975017

Please sign in to comment.