We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617b5bd commit c4cc9d0Copy full SHA for c4cc9d0
1 file changed
Docker/Gradio.Dockerfile
@@ -24,6 +24,8 @@ RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench
24
25
RUN pip install -I --timeout 2000 -r https://github.com/bigcode-project/bigcodebench-annotation/releases/download/v0.1.0/requirements.txt
26
27
+RUN pip install APScheduler==3.10.1
28
+
29
WORKDIR /app
30
31
RUN chown -R bigcodebenchuser:bigcodebenchuser /app
0 commit comments