Spaces:
Runtime error
Runtime error
Commit
·
c135845
1
Parent(s):
8ddb5d5
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN git clone https://github.com/facebookresearch/detectron2.git
|
|
14 |
RUN python -m pip install -e detectron2
|
15 |
RUN apt-get update && apt-get install libgl1 -y
|
16 |
RUN pip install -U nltk
|
17 |
-
RUN [ "python3", "-c", "import nltk; nltk.download('punkt'
|
18 |
|
19 |
COPY . .
|
20 |
|
|
|
14 |
RUN python -m pip install -e detectron2
|
15 |
RUN apt-get update && apt-get install libgl1 -y
|
16 |
RUN pip install -U nltk
|
17 |
+
RUN [ "python3", "-c", "import nltk; nltk.download('punkt')" ]
|
18 |
|
19 |
COPY . .
|
20 |
|