Spaces:
Building
on
A10G
Building
on
A10G
Update Dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
@@ -23,7 +23,8 @@ RUN apt-get update && \
|
|
23 |
libsm6 \
|
24 |
libxrender1 \
|
25 |
libxext6 \
|
26 |
-
unzip
|
|
|
27 |
|
28 |
WORKDIR /app
|
29 |
RUN git clone https://github.com/CraftJarvis/ROCKET-1.git && \
|
@@ -32,5 +33,5 @@ RUN git clone https://github.com/CraftJarvis/ROCKET-1.git && \
|
|
32 |
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip && \
|
33 |
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -e .
|
34 |
|
35 |
-
|
36 |
-
|
|
|
23 |
libsm6 \
|
24 |
libxrender1 \
|
25 |
libxext6 \
|
26 |
+
unzip \
|
27 |
+
openjdk-8-jdk
|
28 |
|
29 |
WORKDIR /app
|
30 |
RUN git clone https://github.com/CraftJarvis/ROCKET-1.git && \
|
|
|
33 |
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip && \
|
34 |
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -e .
|
35 |
|
36 |
+
WORKDIR /app/ROCKET-1/rocket/realtime_sam
|
37 |
+
RUN pip install -e .
|