Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 254 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 254 Bytes

Docker

Build Docker Image

docker build -t swe .

Run Docker image

docker run -it -v ${PWD}:/work --rm --privileged swe /bin/bash

A prebuilt Docker image is available in Dockerhub.