Skip to content

Repository files navigation

Docker commands

Build and Run: docker compose up --build

If container is already build: docker compose up

Run sweep: docker compose -f docker-compose.sweep.yml up

Env variables

Stored in .env

COMPOSE_PROJECT_NAME=""
CONTAINER_NAME=""

GPU_ID=<ID of GPU - 0 or 1>
WANDB_API_KEY=""
WANDB_ENTITY="aiis-chair-students"
WANDB_PROJECT="vector-fusion"
WANDB_NAME="default-name"
WANDB_RUN_GROUP="default-group"
WANDB_TAGS="default"

PARAMS="<Override configuration parameters>"
PROMPT="<Text prompt used for generation>"

Mounted directories

  • ./VectorFusion-pytorch (Make VectorFusion code available in container)
  • ./assets (Assets like images/svgs you want to use in the pipeline)
  • ./tmp: (Output of pipeline)

Note: You don't have to rebuild the container on code changes! A rebuild is only necessary if you add dependencies to the requirements.txt or make changes in the Dockerfile.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages