Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y git g++ python3-tk zip unzip procps r-b
|
|
7 |
# upgrade to latest pip
|
8 |
RUN pip install --upgrade pip
|
9 |
|
|
|
10 |
# Add a new user "bigcodebenchuser"
|
11 |
RUN adduser --disabled-password --gecos "" bigcodebenchuser
|
12 |
|
|
|
7 |
# upgrade to latest pip
|
8 |
RUN pip install --upgrade pip
|
9 |
|
10 |
+
RUN pip install gradio==4.31.0 gradio[oauth]
|
11 |
# Add a new user "bigcodebenchuser"
|
12 |
RUN adduser --disabled-password --gecos "" bigcodebenchuser
|
13 |
|