phython96 commited on
Commit
eae186f
1 Parent(s): 58508da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- RUN cd rocket/realtime_sam && \
36
- pip install -e .
 
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 .