mirror of
https://github.com/placeholder-soft/chroma.git
synced 2026-04-29 12:24:58 +08:00
don't specify architecture in Dockerfile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM --platform=linux/arm64 python:3.10
|
||||
FROM python:3.10
|
||||
|
||||
#RUN apt-get update -qq
|
||||
#RUN apt-get install python3.10 python3-pip -y --no-install-recommends && rm -rf /var/lib/apt/lists_/*
|
||||
|
||||
Reference in New Issue
Block a user