Skip to content

Commit

Permalink
Deployed bcb6948 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fchouteau committed Nov 4, 2024
1 parent 093a140 commit 518dba9
Show file tree
Hide file tree
Showing 36 changed files with 353 additions and 226 deletions.
2 changes: 1 addition & 1 deletion 1_2_setup_codespace.html
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ <h3 id="31-your-first-streamlit-application">3.1. Your first streamlit applicati
</div>
<h3 id="32-local-deployment-in-codespace">3.2. Local deployment in codespace<a class="headerlink" href="#32-local-deployment-in-codespace" title="Permanent link">🔗</a></h3>
<p>First, we will install in the codespace the dependencies for our application,</p>
<p><code>pip install streamlit streamlit opencv-python-headless</code></p>
<p><code>pip install streamlit streamlit opencv-python-headless streamlit-image-comparison</code></p>
<p>Then create a file <code>streamlit_jswt.py</code> and copy/paste the code above.</p>
<p>Then execute it <code>streamlit run streamlit_jswt.py</code></p>
<p>This will launch the application on the port 8501 (by default) of our codespace. You can connect to it as usual.</p>
Expand Down
4 changes: 2 additions & 2 deletions 1_4_docker_tp.html
Original file line number Diff line number Diff line change
Expand Up @@ -1976,8 +1976,8 @@ <h3 id="21-run-a-static-website-in-a-container">2.1 Run a static website in a co
</code></pre></div>
<p>Files:</p>
<ul>
<li><a href="resources/Dockerfile">Dockerfile</a></li>
<li><a href="resources/hello_docker.html">hello_docker.html</a></li>
<li><a href="https://github.com/docker/labs/blob/master/beginner/static-site/Dockerfile">Dockerfile</a></li>
<li><a href="https://github.com/docker/labs/blob/master/beginner/static-site/Hello_docker.html">hello_docker.html</a></li>
</ul>
<blockquote>
<p><strong>Note:</strong> The current version of this image doesn't run without the <code>-d</code> flag. The <code>-d</code> flag enables <strong>detached mode</strong>, which detaches the running container from the terminal/shell and returns your prompt after the container starts. We are debugging the problem with this image but for now, use <code>-d</code> even for this first example.</p>
Expand Down
Loading

0 comments on commit 518dba9

Please sign in to comment.