Skip to content
Snippets Groups Projects

Fix environment in singularity

Merged Sylvester Joosten requested to merge sly2j-master-patch-56912 into master
@@ -234,7 +234,7 @@ RUN echo "" >> /etc/jug_info \
@@ -234,7 +234,7 @@ RUN echo "" >> /etc/jug_info \
## make sure we have the entrypoints setup correctly
## make sure we have the entrypoints setup correctly
ENTRYPOINT ["/usr/local/sbin/entrypoint.sh"]
ENTRYPOINT ["/usr/local/sbin/entrypoint.sh"]
CMD ["bash", "--rcfile", "/etc/profile", "-l"]
CMD ["bash", "--rcfile", "/etc/profile"]
USER 0
USER 0
WORKDIR /
WORKDIR /
SHELL ["/usr/local/bin/eic-shell"]
SHELL ["/usr/local/bin/eic-shell"]
Loading