Spaces:
Running
Running
Commit
·
b2120e7
1
Parent(s):
37e4acb
add - change branch
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ RUN apt update && apt install -y git make nginx
|
|
| 5 |
RUN useradd -m -u 1000 user
|
| 6 |
ENV PATH="/home/user/.local/bin:$PATH"
|
| 7 |
|
| 8 |
-
RUN git clone -b
|
| 9 |
|
| 10 |
RUN chown -R user:user /mteb
|
| 11 |
|
|
|
|
| 5 |
RUN useradd -m -u 1000 user
|
| 6 |
ENV PATH="/home/user/.local/bin:$PATH"
|
| 7 |
|
| 8 |
+
RUN git clone -b create_summary_table https://github.com/q275343119/mteb.git
|
| 9 |
|
| 10 |
RUN chown -R user:user /mteb
|
| 11 |
|