Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.05 KB

HowToUseDocker.md

File metadata and controls

72 lines (48 loc) · 1.05 KB

llm_docker_setting

Prerequisite

Install docker and docker-compose. This is sample steps for ubuntu 22.04.

sudo apt install gnome-terminal
sudo apt install docker-ce
sudo apt install docker-compose

Please see. https://docs.docker.com/desktop/setup/install/linux/ubuntu/

Setup

Execute following command:

$ cd && git clone https://github.com/nobu007/open_interpreter_docker.git

Run

Docker build & run

$ cd ../llm_docker_setting_pub
$ docker-compose up --build

Browse app

Browse http://localhost:8000/test

Enjoy open interpreter

RUN(with GPU)

Docker build & run

$ cd ~/open_interpreter_docker
$ docker-compose -f docker-compose.gpu.yml up --build

Errors

ERROR: for open-interpreter  'ContainerConfig'
KeyError: 'ContainerConfig'

Run this.

docker-compose down
docker-compose -f docker-compose.gpu.yml down

Or prune this.

docker system prune

Special Thanks

Desktop docker. It was very helpful for me. https://github.com/yama07/docker-ubuntu-lxde