Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ RUN pip install -q git+https://github.com/mlfoundations/open_clip@v2.20.0
|
|
25 |
|
26 |
# Use sudo to install aria2 with elevated privileges
|
27 |
USER root
|
28 |
-
RUN apt-get update && apt-get install -y sudo wget && \
|
29 |
wget https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.gz && \
|
30 |
tar -xzvf aria2-1.36.0.tar.gz && \
|
31 |
cd aria2-1.36.0 && \
|
|
|
25 |
|
26 |
# Use sudo to install aria2 with elevated privileges
|
27 |
USER root
|
28 |
+
RUN apt-get update && apt-get install -y sudo wget libgl1-mesa-glx && \
|
29 |
wget https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.gz && \
|
30 |
tar -xzvf aria2-1.36.0.tar.gz && \
|
31 |
cd aria2-1.36.0 && \
|