Skip to content

Commit

Permalink
Minor updates and bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed May 2, 2024
1 parent cfceb39 commit cdd0fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To start the services
```bash
SESSIONUSER=localuser
docker run --gpus all --privileged \
--env SESSIONUSER= $SESSIONUSER \
--env SESSIONUSER=$SESSIONUSER \
--name pfms --rm -it -d \
-p 2024:2024 \
local/pfms /start-reload.sh
Expand All @@ -57,7 +57,7 @@ To start with source code debugging and live refreshing:
```bash
SESSIONUSER=localuser
docker run --gpus all --privileged \
--env SESSIONUSER= $SESSIONUSER \
--env SESSIONUSER=$SESSIONUSER \
--name pfms --rm -it -d \
-p 2024:2024 \
-v $PWD/pfms:/app:ro
Expand Down
2 changes: 1 addition & 1 deletion pfms/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.0.0
1.0.2

0 comments on commit cdd0fbb

Please sign in to comment.