Charan5775 commited on
Commit
be1d047
·
verified ·
1 Parent(s): 0faea03

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 curl -fsSL https://get.pnpm.io/v6.16.js | node - add --global pnpm
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