Skip to content

Commit

Permalink
Merge pull request #21 from MPParsley/patch-1
Browse files Browse the repository at this point in the history
Document Dockerhub image
  • Loading branch information
anbo-de authored Aug 4, 2024
2 parents 94a09c2 + 33530a2 commit 224e7e4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,22 @@ After that, you can access the application at http://localhost:8501.

The application is available at https://hub.docker.com/repository/docker/wseresearch/loris-llm-generated-representations-of-sparql-queries/general[Dockerhub] for free use in your environment.

==== Build Docker Image
==== Run Dockerhub Image

[source, bash]
----
docker run --rm -p 8501:8501 --name loris --env-file=service_config/files/env wseresearch/loris-llm-generated-representations-of-sparql-queries
----

==== Build local Docker Image

[source, bash]
----
docker build -t loris:latest .
----


==== Run Docker Image
==== Run local Docker Image

[source, bash]
----
Expand Down

0 comments on commit 224e7e4

Please sign in to comment.