Skip to content

Commit ec4937d

Browse files
authored
Apply suggestions from code review
1 parent 03ff61e commit ec4937d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ RUN pip install tensorpack && \
357357
/tmp/clean-layer.sh
358358

359359
# install cython & cysignals before pyfasttext
360-
RUN pip install cython && \
360+
RUN pip install cython \
361361
cysignals \
362362
pyfasttext \
363363
fasttext && \

0 commit comments

Comments
 (0)