Update Dockerfile.arm64
parent
82a1a837e6
commit
3d51064fcb
|
@ -5,7 +5,7 @@ EXPOSE 8501
|
|||
|
||||
COPY requirements.txt .
|
||||
RUN pacman --noconfirm -Syu
|
||||
RUN pacman --noconfirm -S cmake gcc python python-pip python-setuptools git util-linux
|
||||
RUN pacman --noconfirm -S cmake gcc python python-pip python-setuptools git util-linux sudo
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN mkdir -p /app
|
||||
|
|
Loading…
Reference in New Issue