-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker #2
Labels
enhancement
New feature or request
Comments
WIP$ poetry shell
>Spawning shell within /home/pan/miniconda3/envs/py39
>. /home/pan/miniconda3/envs/py39/bin/activate
$ . /home/pan/miniconda3/envs/py39/bin/activate
>bash: /home/pan/miniconda3/envs/py39/bin/activate: No such file or directoryARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested But: conda activate py39
conda list All packages installed by poetry are listed in conda environment |
[2021-11-04 17:02:29,421][tensorflow][INFO] - Assets written to: checkpoints/epoch_005-0.06.tf/assets
Exception ignored in: <function Pool.__del__ at 0x7fe732686700>
Traceback (most recent call last):
File "/home/pan/miniconda3/envs/py39/lib/python3.9/multiprocessing/pool.py", line 268, in __del__
self._change_notifier.put(None)
File "/home/pan/miniconda3/envs/py39/lib/python3.9/multiprocessing/queues.py", line 378, in put
self._writer.send_bytes(obj)
File "/home/pan/miniconda3/envs/py39/lib/python3.9/multiprocessing/connection.py", line 205, in send_bytes
self._send_bytes(m[offset:offset size])
File "/home/pan/miniconda3/envs/py39/lib/python3.9/multiprocessing/connection.py", line 416, in _send_bytes
self._send(header buf)
File "/home/pan/miniconda3/envs/py39/lib/python3.9/multiprocessing/connection.py", line 373, in _send
n = write(self._handle, buf)
OSError: [Errno 9] Bad file descriptor |
Ich hatten gehofft, dass der fehler nur unter Windows auftaucht... das ist irgendwie ganz am ende vom hydra |
Current behaviour on maxwell:
produces
|
5358e37 should fix this problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docker Build File
Plan: Base docker build file on nvidia/cuda image, copy source code of project, define docker volumes, ...
To Do:
run_training.py
poetry install
poetry shell
see commentpython run_training.py
: Running see comment11.4.3-cudnn8-runtime-ubuntu20.04
image:docker pull gitlab.desy.de:5555/franz.rhee/docker-maxwell:latest
poetry install
links:
misc:
docker/tensorflow
11.4.3-cudnn8-runtime-ubuntu20.04
[1] https://confluence.desy.de/display/MXW/Running a single job with Docker
The text was updated successfully, but these errors were encountered: