Spaces:
Running
Running
updated docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,5 +13,5 @@ RUN npm i uuid
|
|
13 |
COPY . .
|
14 |
|
15 |
CMD [ "node", "index.mjs" ]
|
16 |
-
RUN
|
17 |
RUN playwright install
|
|
|
13 |
COPY . .
|
14 |
|
15 |
CMD [ "node", "index.mjs" ]
|
16 |
+
RUN python3 -m pip install -e BrowserGym/
|
17 |
RUN playwright install
|