Skip to content

Commit

Permalink
Merge pull request #152 from rasools/OMICSINT_H24
Browse files Browse the repository at this point in the history
update all the labs images
  • Loading branch information
rasools authored Sep 25, 2024
2 parents e78e9bb + e5ffe55 commit b327560
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion session_gems/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ RUN /opt/conda/envs/gems/bin/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_gsa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,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/SupervisedOMICsIntegration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,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/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 @@ -110,4 +110,4 @@ RUN chown -R ${USER}:${GROUP} ${HOME}/lab \
USER ${USER}
EXPOSE 8787

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

0 comments on commit b327560

Please sign in to comment.