Skip to content
Snippets Groups Projects
Commit d218619a authored by Engin Eren's avatar Engin Eren
Browse files

fixing...

parent f7247c82
No related branches found
No related tags found
1 merge request!43crit peter
Pipeline #4286238 passed with stages
in 5 minutes and 54 seconds
......@@ -21,4 +21,4 @@ check_python_run:
image: pytorch/pytorch:1.9.0-cuda10.2-cudnn7-runtime
script:
- pip install pyflakes
- pyflakes $CI_PROJECT_DIR/wgan_ECAL_HCAL_2crit.py
- pyflakes $CI_PROJECT_DIR/wgan_ECAL_HCAL_3crit.py
......@@ -26,7 +26,7 @@ WORKDIR ${HOME}
ADD wgan.py ${HOME}/wgan.py
ADD wganHCAL.py ${HOME}/wganHCAL.py
ADD wgan_ECAL_HCAL_2crit.py ${HOME}/wgan_ECAL_HCAL_2crit.py
ADD wgan_ECAL_HCAL_3crit.py ${HOME}/wgan_ECAL_HCAL_3crit.py
COPY ./models/* ${HOME}/models/
COPY docker/krb5.conf /etc/krb5.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment