jerukperas commited on
Commit
0f21e21
·
verified ·
1 Parent(s): d1aeaba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && \
8
  rm -rf /var/lib/apt/lists/*
9
 
10
  RUN wget -O /tmp/tabby_x86_64-manylinux2014.zip https://github.com/TabbyML/tabby/releases/download/nightly/tabby_x86_64-manylinux2014.zip \
11
- && unzip /tmp/tabby_x86_64-manylinux2014.zip -d /tmp/tabby
12
  && mv/tmp/tabby/dist/tabby_x86_64-manylinux2014/* /usr/local/bin
13
 
14
  USER ubuntu
 
8
  rm -rf /var/lib/apt/lists/*
9
 
10
  RUN wget -O /tmp/tabby_x86_64-manylinux2014.zip https://github.com/TabbyML/tabby/releases/download/nightly/tabby_x86_64-manylinux2014.zip \
11
+ && unzip /tmp/tabby_x86_64-manylinux2014.zip -d /tmp/tabby \
12
  && mv/tmp/tabby/dist/tabby_x86_64-manylinux2014/* /usr/local/bin
13
 
14
  USER ubuntu