ashleykleynhans / llava-docker

Docker image for LLaVA: Large Language and Vision Assistant
GNU General Public License v3.0
75 stars 13 forks source link

Setup VENV_PATH #12

Open chrisoutwright opened 2 months ago

chrisoutwright commented 2 months ago

After having build locally, with

docker buildx bake -f docker-bake.hcl

to which actual venv should this be pointing? I have no such workspace, where is this supposed to be? VENV_PATH="/workspace/venvs/llava

 2024-05-04 13:07:15 Template version: 1.6.0
2024-05-04 13:07:15 venv: /workspace/venvs/llava
2024-05-04 13:07:15 RUNPOD_PUBLIC_IP is not set. Skipping FileZilla configuration.
2024-05-04 13:07:15 Updating rclone...
2024-05-04 13:07:18 Exporting environment variables...
2024-05-04 13:07:18 Container is READY!
2024-05-04 13:07:15 /pre_start.sh: line 2: $'\r': command not found
2024-05-04 13:07:15 /pre_start.sh: line 6: $'\r': command not found
2024-05-04 13:07:15 /pre_start.sh: line 9: $'\r': command not found
2024-05-04 13:07:15 /pre_start.sh: line 16: syntax error near unexpected token `$'{\r''
'024-05-04 13:07:15 /pre_start.sh: line 16: `sync_apps() {

I am using a empty dir right now, but this is supposed to be the actual venv somewhere outside the docker? I went through the readme several times, I must have missed a step elsewhere.

ashleykleynhans commented 1 month ago

/workspace is the persistent storage that is attached to the container. Any specific reason why you want to build the docker image rather than using the already built one?