lmarena2api / Dockerfile
arronlx's picture
Create Dockerfile
2f890af verified
raw
history blame
91 Bytes
FROM deanxv/lmarena2api
RUN mkdir -p /app/data \
&& chmod -R a+rwX /app/data
EXPOSE 10088