terryyz's picture
Update Dockerfile
b73e37f verified
raw
history blame
124 Bytes
FROM bigcodebench/bigcodebench-gradio:latest
RUN apt-get update && apt-get install wget
COPY . /app
CMD ["python", "app.py"]