Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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
|