Spaces:
Running
Running
coyotte508
commited on
Commit
·
8976447
1
Parent(s):
3f70154
fixup! remove git & try again
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -7,8 +7,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
7 |
python3-pip \
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
9 |
|
10 |
-
RUN git lfs install
|
11 |
-
|
12 |
# Install corepack (for pnpm and yarn) and make them available
|
13 |
RUN corepack enable \
|
14 |
&& corepack prepare pnpm@latest --activate \
|
|
|
7 |
python3-pip \
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
9 |
|
|
|
|
|
10 |
# Install corepack (for pnpm and yarn) and make them available
|
11 |
RUN corepack enable \
|
12 |
&& corepack prepare pnpm@latest --activate \
|