autochrome-gen-cui / docker_build.sh
JuliusVRAR's picture
Dockerfile and patches
af8c1fd
raw
history blame
119 Bytes
#!/bin/bash
IMAGE_NAME=text2autochrome
TOKEN=hf_
docker build --build-arg TKN=$TOKEN -f Dockerfile -t $IMAGE_NAME .