forked from adamjtaylor/htan-artist
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
The Docker build is currently failing because the RUN instruction incorrectly chains multiple pip install commands using backslashes while repeating the pip install keyword. This causes the shell to pass the string "install" as a package name to the first command, leading to a "No matching distribution found" error. To resolve this, use a single pip install followed by a list of packages or ensure distinct commands are separated by &&.
Metadata
Metadata
Assignees
Labels
No labels