Moshe Ofer
commited on
Commit
·
b582a51
1
Parent(s):
a1b31ed
Initial commit for Hugging Face Space
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -6,7 +6,8 @@ WORKDIR /app
|
|
6 |
|
7 |
# Install system dependencies required for the application
|
8 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
9 |
-
build-essential
|
|
|
10 |
rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
# Copy the application files into the container
|
|
|
6 |
|
7 |
# Install system dependencies required for the application
|
8 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
9 |
+
build-essential \
|
10 |
+
git && \
|
11 |
rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
# Copy the application files into the container
|