File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3434 - name : Build and push Docker image
3535 uses : docker/build-push-action@v4
3636 with :
37- context : ./docker
37+ context : .
38+ file : ./docker/Dockerfile
3839 push : true
3940 tags : ${{ steps.meta.outputs.tags }}
4041 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ VOLUME /workspace
99VOLUME /scratch
1010
1111# Tools
12- COPY start-notebook.sh /usr/local/bin/start-notebook
12+ COPY docker/start-notebook.sh /usr/local/bin/start-notebook
13+ COPY . /tmp/SIGnature
1314
1415# Environment
1516ENV SCDATA_HOME=/data
@@ -80,8 +81,7 @@ RUN pip3 install \
8081 tqdm
8182
8283# Install SIGnature API
83- RUN git clone https://github.com/Genentech/SIGnature.git /tmp/SIGnature \
84- && cd /tmp/SIGnature \
84+ RUN cd /tmp/SIGnature \
8585 && pip install .
8686
8787# Entry points
You can’t perform that action at this time.
0 commit comments