You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
is throwing
according to your run.sh
The text was updated successfully, but these errors were encountered: