acharyaaditya26
commited on
Commit
•
fed509a
1
Parent(s):
5b0d31c
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
|
2 |
|
3 |
RUN apt-get update && apt-get upgrade -y && \
|
4 |
apt-get install -y wget git lsof net-tools curl iproute2 netcat
|
5 |
|
|
|
|
|
6 |
RUN useradd -m -u 1000 user
|
7 |
|
8 |
WORKDIR /app
|
|
|
1 |
+
From public.ecr.aws/docker/library/python:3.9.19-bullseye
|
2 |
|
3 |
RUN apt-get update && apt-get upgrade -y && \
|
4 |
apt-get install -y wget git lsof net-tools curl iproute2 netcat
|
5 |
|
6 |
+
RUN curl -fsSL https://ollama.com/install.sh | sh
|
7 |
+
|
8 |
RUN useradd -m -u 1000 user
|
9 |
|
10 |
WORKDIR /app
|