Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is docker still supported? #6

Open
MaxPayne86 opened this issue Jan 9, 2025 · 0 comments
Open

Is docker still supported? #6

MaxPayne86 opened this issue Jan 9, 2025 · 0 comments

Comments

@MaxPayne86
Copy link

docker pull lalalai/separator

is throwing

Using default tag: latest
Error response from daemon: pull access denied for lalalai/separator, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

according to your run.sh

LALALAI_IMAGE_NAME='lalalai/separator'
run_command+=(docker run --tty)
add_mount_flags
run_command+=(--cap-add=ALL --gpus all --name "$LALALAI_CONTAINER_NAME")
run_command+=(--env LALALAI_LICENSE_KEY="$license_key")
run_command+=("$LALALAI_IMAGE_NAME")
add_separator_flags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant