Spaces:
Sleeping
Sleeping
File size: 287 Bytes
7afebb8 |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
# Build the Docker image
docker build -t gemmasa-2bi -f Dockerfile .
# The volumes thing
docker volume create --opt type=none --opt o=bind --opt device=/home/pawin/Code/GemmaSA_2B/models models
# Run the Docker container
docker compose up --force-recreate --remove-orphans |