mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Change prod docker image to use jammy, rather than nvidia base image
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
# Use Nvidia's latest Ubuntu 22.04 image as the base image
|
FROM ubuntu:jammy
|
||||||
FROM nvidia/cuda:12.2.0-devel-ubuntu22.04
|
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source https://github.com/khoj-ai/khoj
|
LABEL org.opencontainers.image.source https://github.com/khoj-ai/khoj
|
||||||
|
|
||||||
# Install System Dependencies
|
# Install System Dependencies
|
||||||
RUN apt update -y && apt -y install python3-pip libsqlite3-0 ffmpeg libsm6 libxext6
|
RUN apt update -y && apt -y install python3-pip libsqlite3-0 ffmpeg libsm6 libxext6
|
||||||
# Install Optional Dependencies
|
|
||||||
RUN apt install vim -y
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user