Skip to content

Commit

Permalink
Mitigate 'must be lowercase' error and python issues encountered by C…
Browse files Browse the repository at this point in the history
…offea
  • Loading branch information
Lincoln Bryant committed Jul 1, 2024
1 parent b92e106 commit 8a6e729
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ RUN chmod 755 /usr/local/sbin/condor_node_check.sh
# Igor's wrapper for singularity to make things work inside of K8S, requires OASIS CVMFS
ADD scripts/singularity_npid.sh /usr/bin/singularity

# Symlink python3 to python for certain jobs to work correctly
RUN ln -s /usr/bin/python3 /usr/bin/python

ENTRYPOINT ["/bin/entrypoint.sh"]
# Adding ENTRYPOINT clears CMD
CMD ["/usr/local/sbin/supervisord_startup.sh"]
1 change: 1 addition & 0 deletions condor/01-role.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ STARTER_JOB_ENVIRONMENT= SITE_NAME=MWT2
DOCKER_VOLUMES = DATA
DOCKER_VOLUME_DIR_DATA = /data
DOCKER_MOUNT_VOLUMES = DATA
DOCKER_LOG_DRIVER_NONE = false

0 comments on commit 8a6e729

Please sign in to comment.