Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

devcontainer-cuda

Remove devcontainer for golang cuda development

Development log

Ollama

This is a set of commands to get an ollama dev environment working

Pre-requisites

$ apt-get update
$ apt-get install git make gcc g++ curl vim
$ cd /tmp
$ curl -OL https://go.dev/dl/go1.23.4.linux-amd64.tar.gz
$ rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.4.linux-amd64.tar.gz
$ echo "export PATH=$PATH:/usr/local/go/bin" >> ~/.bashrc
$ source ~/.bashrc
$ go version
``

#### Ollama development

$ cd /workspaces $ git clone https://github.com/allenporter/ollama $ cd /workspaces/ollama $ VERSION=0.0.0 make $ OLLAMA_DEBUG="1" OLLAMA_HOST=0.0.0.0 ./ollama serve

About

Remove devcontainer for golang cuda development

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors