Skip to content

Commit

Permalink
Only copy necessary files in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Apr 4, 2024
1 parent 3dc7543 commit 5cb9d54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN git clone https://github.com/indralab/indra_network_search.git && \
python -m indra.ontology.bio build

ADD indranet_dir_graph.pkl $NETWORK_CACHE
ADD indranet_sign_edge_graph.pkl $NETWORK_CACHE
ADD indranet_sign_node_graph.pkl $NETWORK_CACHE

ENV PYTHONPATH /sw/depmap_analysis:/sw/indra_network_search
Expand Down

0 comments on commit 5cb9d54

Please sign in to comment.