"inception/slim/variables_test.py" did not exist on "1ecaf090a5fd10b4ecb08abf09bdaa9929463756"
Dockerfile 158 Bytes
Newer Older
Jeffrey Morgan's avatar
Jeffrey Morgan committed
1
2
3
4
5
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y build-essential python3.11 python3-pip
RUN python3.11 -m pip install ollama
ENTRYPOINT ["ollama"]