Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

./train-local: line 34: jq: command not found #103

@Asomey

Description

@Asomey

i want to train locally on my cpu. after l ran the script,l got this error:
"""
./train-local: line 34: jq: command not found
"docker run" requires at least 1 argument.
See 'docker run --help'.
Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
Run a command in a new container
"""
that means jq is not found.
l try to run "sudo apt-get install jq" in wsl(ubuntu18.04), but it will show this error:
"""
Reading package lists... Done
Building dependency tree
Reading state information... Done
W: Not using locking for read only lock file /var/lib/dpkg/lock-frontend
W: Not using locking for read only lock file /var/lib/dpkg/lock
E: Unable to locate package jq
"""
has someone meet the same problems in installing jq?
Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions