Merge pull request #126 from web-arena-x/frankxu2004-patch-1

Update README.md
This commit is contained in:
Frank Xu 2024-04-15 01:46:37 -04:00 committed by GitHub
commit aeb9e828d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class RenderHelper(object):
if render_screenshot:
# image observation
img_obs = observation["image"]
image = Image.fromarray(img_obs)
image = Image.fromarray(img_obs) # type:ignore
byte_io = io.BytesIO()
image.save(byte_io, format="PNG")
byte_io.seek(0)

View File

@ -58,6 +58,9 @@ docker exec gitlab sed -i "s|^external_url.*|external_url 'http://<your-server-h
docker exec gitlab gitlab-ctl reconfigure
```
You should be able to access your environment websites now, and stop reading.
However, if you are unable to use AWS AMI, read below to set up on your own machine.
## Shopping Website (OneStopShop)
Download the image tar from the following mirrors: