mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 13:23:15 +00:00
Add specific version for Python packages and downgrade miniconda Docker image to potentially fix build issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM continuumio/miniconda3:latest
|
||||
FROM continuumio/miniconda3:4.12.0
|
||||
|
||||
# Install system dependencies.
|
||||
RUN apt-get update -y && \
|
||||
|
||||
Reference in New Issue
Block a user