File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -153,4 +153,4 @@ RUN export RABIES_VERSION=0.1.1 && \
153153ENV QBATCH_SYSTEM local
154154
155155WORKDIR /tmp/
156- ENTRYPOINT ["/home/rabies/RABIES/exec.py" ]
156+ ENTRYPOINT ["/home/rabies/RABIES-0.1.1 /exec.py" ]
Original file line number Diff line number Diff line change @@ -5,11 +5,10 @@ export RABIES_VERSION=0.1.1
55export RABIES=$HOME /RABIES-${RABIES_VERSION}
66export PYTHONPATH=" ${PYTHONPATH} :$RABIES "
77
8- # cd $HOME
9- # curl -L --retry 5 -o $HOME/RABIES.tar.gz https://github.com/CoBrALab/RABIES/archive/${RABIES_VERSION}.tar.gz
10- # tar zxf $HOME/RABIES.tar.gz
11- # rm $HOME/RABIES.tar.gz
12- git clone https://github.com/CoBrALab/RABIES $RABIES
8+ cd $HOME
9+ curl -L --retry 5 -o $HOME /RABIES.tar.gz https://github.com/CoBrALab/RABIES/archive/${RABIES_VERSION} .tar.gz
10+ tar zxf $HOME /RABIES.tar.gz
11+ rm $HOME /RABIES.tar.gz
1312
1413# creates an executable script to execute rabies
1514mkdir -p $RABIES /bin
You can’t perform that action at this time.
0 commit comments