Web-Shepherd-Demo / Dockerfile
kyle8581's picture
updated docker file
7be88f4
raw
history blame
301 Bytes
FROM mcr.microsoft.com/playwright:v1.50.0-noble
WORKDIR /code
#COPY package.json ./package.json
RUN npm i [email protected]
RUN npm i web-locks
RUN npm i ws
RUN npm i user-agents
RUN npm i uuid
COPY . .
CMD [ "node", "index.mjs" ]
RUN python -m pip install -e BrowserGym/
RUN playwright install