Skip to content

Commit

Permalink
Merge pull request #122 from rasools/OMICSINT_H24
Browse files Browse the repository at this point in the history
Add workflow for making docker images
  • Loading branch information
rasools authored Sep 13, 2024
2 parents 9b2507a + bffce25 commit a5a7977
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions session_gems/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ RUN /opt/conda/envs/gems/bin/jupyter notebook --generate-config && \

# Set the startup script as the entrypoint
ENTRYPOINT ["/usr/local/bin/start-script.sh"]

2 changes: 1 addition & 1 deletion session_ml/DeepLearningDataIntegration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ RUN jupyter notebook --generate-config && \
echo "c.NotebookApp.open_browser = False" >> /home/jovyan/.jupyter/jupyter_notebook_config.py

# Set the startup script as the entrypoint
ENTRYPOINT ["/usr/local/bin/start-script.sh"]
ENTRYPOINT ["/usr/local/bin/start-script.sh"]
2 changes: 1 addition & 1 deletion session_ml/FeatureSelectionIntegrOMICs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ RUN chown -R ${USER}:${GROUP} ${HOME}/lab \
USER ${USER}
EXPOSE 8787

ENTRYPOINT ["/etc/run.sh"]
ENTRYPOINT ["/etc/run.sh"]
2 changes: 1 addition & 1 deletion session_ml/SingleCell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ RUN chown -R ${USER}:${GROUP} ${HOME}/lab \
USER ${USER}
EXPOSE 8787

ENTRYPOINT ["/etc/run.sh"]
ENTRYPOINT ["/etc/run.sh"]

0 comments on commit a5a7977

Please sign in to comment.