Spaces:
Sleeping
Sleeping
atikur-rabbi
commited on
Commit
•
4529235
1
Parent(s):
e6c8abb
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -41,6 +41,8 @@ RUN npm install -g pm2
|
|
41 |
RUN curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
|
42 |
RUN sudo apt-get install speedtest
|
43 |
|
|
|
|
|
44 |
# Install chrome
|
45 |
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
46 |
RUN apt-get install -y ./google-chrome-stable_current_amd64.deb
|
|
|
41 |
RUN curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
|
42 |
RUN sudo apt-get install speedtest
|
43 |
|
44 |
+
RUN curl -fsSL https://ollama.com/install.sh | sh
|
45 |
+
|
46 |
# Install chrome
|
47 |
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
48 |
RUN apt-get install -y ./google-chrome-stable_current_amd64.deb
|