test / src /Dockerfile
Longxiang-ai's picture
upd
e2db20d
raw
history blame contribute delete
268 Bytes
# FROM nikolaik/python-nodejs:python3.10-nodejs20-alpine
FROM node:20.5.0
WORKDIR /app
RUN apt-get update && \
apt-get install -y python3-pip
RUN rm /usr/lib/python3.11/EXTERNALLY-MANAGED
RUN python3 -m pip install --no-cache-dir gradio==4.27 numpy