llava-docker icon indicating copy to clipboard operation
llava-docker copied to clipboard

Setup VENV_PATH

Open chrisoutwright opened this issue 2 months ago • 0 comments

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.

chrisoutwright avatar May 04 '24 11:05 chrisoutwright