-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytorch_docker.sub
More file actions
24 lines (19 loc) · 828 Bytes
/
pytorch_docker.sub
File metadata and controls
24 lines (19 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
universe = docker
docker_image = nvidia/cuda:11.4.3-runtime-ubuntu20.04
executable = execute.sh
# Python file to run, can also include arguments
arguments = eval.py
# Paths to output, error, and log files
# Make sure all the parent directories exist
output = /home/hlcv_team023/condor_logs/evaluation.$(ClusterId).$(ProcId).out
error = /home/hlcv_team023/condor_logs/evaluation.$(ClusterId).$(ProcId).err
log = /home/hlcv_team023/condor_logs/evaluation.$(ClusterId).log
should_transfer_files = YES
# Remove this when using interactive mode
when_to_transfer_output = ON_EXIT
request_GPUs = 1
request_CPUs = 1
request_memory = 3G
requirements = UidDomain == "cs.uni-saarland.de"
+WantGPUHomeMounted = true
queue 1