patycake57
Results
1
comments of
patycake57
Thanks so much! I got the docker container to work. Running it like this: docker run --gpus all -it \ --mount type=bind,source=/path/to/tcrdock,target=/path/to/tcrdock \ --mount type=bind,source=/path/to/AFdatabase,target=/path/to/AFdatabase \ tcrdock bash Then I...