diff --git a/Dockerfile b/Dockerfile index d4dc51c..061c66f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,4 +40,4 @@ COPY MANIFEST.in /workspace COPY --from=client-builder /ui/out /workspace/p8hub/frontend-dist RUN cd /workspace && pip3 install -e . -CMD python3 -m p8hub.app +CMD python3 -m p8hub.app --environment extension diff --git a/README.md b/README.md index 65a1fd7..684e82f 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,6 @@ npm run dev - Next Template: [https://github.com/shadcn-ui/next-template](https://github.com/shadcn-ui/next-template). - PAutoBot: [https://github.com/nrl-ai/pautobot](https://github.com/nrl-ai/pautobot). - ![DockerML Hackathon 2023](images/dockerml2023.jpeg) This project was created for the [Docker AI/ML Hackathon 2023](https://docker.devpost.com/). diff --git a/extension-ui/index.html b/extension-ui/index.html index 98266bb..d0daff0 100644 --- a/extension-ui/index.html +++ b/extension-ui/index.html @@ -1,18 +1,22 @@ - + -
- - + + +