Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \
|
|
6 |
python3.11 \
|
7 |
python3-pip \
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
|
|
9 |
RUN git clone https://github.com/theroyallab/tabbyAPI
|
10 |
# Set the working directory in the container
|
11 |
WORKDIR /usr/src/app
|
|
|
6 |
python3.11 \
|
7 |
python3-pip \
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
9 |
+
RUN apt-get update && apt-get install -y git
|
10 |
RUN git clone https://github.com/theroyallab/tabbyAPI
|
11 |
# Set the working directory in the container
|
12 |
WORKDIR /usr/src/app
|