Skip to content

Commit

Permalink
Merge pull request #228 from rasools/OMICSINT_H24
Browse files Browse the repository at this point in the history
Update some labs to make shorter names for their images
  • Loading branch information
rasools authored Oct 10, 2024
2 parents ce2f581 + 208b6d2 commit 6d635ce
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions session_ml/DeepLearningDataIntegration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ RUN 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/UMAP_DataIntegration/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/UnsupervisedOMICsIntegration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ RUN chown -R ${USER}:${GROUP} ${HOME}/lab \
USER ${USER}
EXPOSE 8787

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

0 comments on commit 6d635ce

Please sign in to comment.