autochrome-gen-cui / start_docker.sh
JuliusVRAR's picture
Dockerfile and patches
af8c1fd
raw
history blame
209 Bytes
#!/bin/bash
# Start docker container in WSL to debug locally
WORKSPACE=$PWD
NAME=T2A
IMAGE_NAME=text2autochrome
docker run --gpus all -it -d --rm \
--name=$NAME \
-v $WORKSPACE:/workspace \
$IMAGE_NAME