You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looks like there's a misalignment between teams regarding the runner:
WORKDIR being set to /apps, @KyleTCL using /scripts
ENTRYPOINT ["conda", "run", "--no-capture-output", "-n", "predictcr", "predicTCR_runner"] @KyleTCL using script.sh
DKFZ specific proxy settings now appear resolved on our side by editing /etc/docker/daemon.json rather than passing these env variables in the docker run command
The text was updated successfully, but these errors were encountered:
looks like there's a misalignment between teams regarding the runner:
WORKDIR being set to /apps, @KyleTCL using /scripts
ENTRYPOINT ["conda", "run", "--no-capture-output", "-n", "predictcr", "predicTCR_runner"] @KyleTCL using script.sh
The WORKDIR and ENTRYPOINT of the docker image should not need to be modified, instead the PREDICTCR_RUNNER_SCRIPT_DIR environment variable should be set to point to the scripts folder, as described here: https://github.com/ssciwr/predicTCR/tree/main/runner#use
@KyleTCL let me know if this isn't working for you
DKFZ specific proxy settings now appear resolved on our side by editing /etc/docker/daemon.json rather than passing these env variables in the docker run command
looks like there's a misalignment between teams regarding the runner:
/apps
, @KyleTCL using/scripts
script.sh
/etc/docker/daemon.json
rather than passing these env variables in thedocker run
commandThe text was updated successfully, but these errors were encountered: