Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gellanyhassan0 authored Jun 24, 2022
1 parent be2602b commit 8eefc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
# docker deploy
#/home/go/ = your path your already download git folder in it<br>

<code>docker image build -t gellany_plots /home/go/gellany_plots</code><br>
<code>docker image build -t gellany_plots /home/go/gellany_plots --no-cache</code><br>
<code>docker run --publish 5000:5000 -it -d gellany_plots</code><br>
<code>docker ps</code><br>
<code>docker exec -it 83ea954d9b5a python3 gellany_plots.py --file train.csv --distr boxplot --column1 Survived --column2 Age --hue Sex --flask flask</code><br>
Expand Down

0 comments on commit 8eefc08

Please sign in to comment.