Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamyang-liu committed Jul 18, 2021
1 parent 87aafe3 commit abaf33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.7.9
FROM python:3.7
WORKDIR /
RUN git clone https://github.com/leonard-thong/SciAnnotate.git /SciAnnotate && cd SciAnnotate && git checkout label_function_dev && bash ./docker_install.sh
RUN git clone https://github.com/dreamyang-liu/SciAnnotate.git /SciAnnotate && cd SciAnnotate && git checkout label_function_dev && bash ./docker_install.sh
WORKDIR /SciAnnotate
ENTRYPOINT ["python3", "standalone.py"]

0 comments on commit abaf33f

Please sign in to comment.