Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
|
|
10 |
apt-get install -y nodejs
|
11 |
|
12 |
# Install pnpm globally
|
13 |
-
RUN
|
14 |
|
15 |
# Install Python dependencies (Gradio)
|
16 |
RUN pip install gradio
|
|
|
10 |
apt-get install -y nodejs
|
11 |
|
12 |
# Install pnpm globally
|
13 |
+
RUN npm install -g pnpm
|
14 |
|
15 |
# Install Python dependencies (Gradio)
|
16 |
RUN pip install gradio
|