-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 4cf19e1 with MkDocs version: 1.5.3
- Loading branch information
Unknown
committed
May 1, 2024
1 parent
a5d45d5
commit 79f3a03
Showing
7 changed files
with
57 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1280,9 +1280,10 @@ <h2 id="push-the-docker-image-to-the-ecr"><strong>Push the Docker image to the E | |
<h3 id="completion"><strong>Completion</strong><a class="headerlink" href="#completion" title="Permanent link">¶</a></h3> | ||
<p>Once the push completes, your Docker image will be available in the ECR repository (although you will not be able to see it). It will be scanned, and if passes the security scanning, CTDS will move it to the nextflow-approved repo. When it's available in nextflow-approved, User Services will share a docker URI that looks something like this:<br> | ||
<code>143731057154.dkr.ecr.us-east-1.amazonaws.com/nextflow-approved/< your username >:< image-tag ></code><br> | ||
You can then use this new URI to run Nextflow workflows with your container in the BRH workspace.</p> | ||
You can then use this new URI to run Nextflow workflows with your container in the BRH workspace. (Note that you need to copy the whole URI into the container field of the nextflow notebook, as described <a href="#how-to-use-an-approved-docker-uri">in the next section</a>.)</p> | ||
<h2 id="how-to-use-an-approved-docker-uri"><strong>How to use an approved Docker URI</strong><a class="headerlink" href="#how-to-use-an-approved-docker-uri" title="Permanent link">¶</a></h2> | ||
<p>Once you have your Docker URI, you are ready to run your Nextflow workflow! You can take the Docker URI and make it the value for the "container" field(s) in your Nextflow notebook. For example, in the <code>torch_cuda_batch</code> <a href="https://github.com/uc-cdis/bio-nextflow/blob/master/nextflow_notebooks/containerized_gpu_workflows/torch_cuda_test/torch_cuda_batch_template.ipynb">Nextflow notebook</a>, you would go to the <code>nextflow.config</code> section and replace the <code>placeholder</code> value for <code>container</code> with the approved Docker URI. </p> | ||
<p>Once you have your Docker URI, you are ready to run your Nextflow workflow! You can take the Docker URI (copy the entire line) and make it the value for the "container" field(s) in your Nextflow notebook. For example, in the <code>torch_cuda_batch</code> <a href="https://github.com/uc-cdis/bio-nextflow/blob/master/nextflow_notebooks/containerized_gpu_workflows/torch_cuda_test/torch_cuda_batch_template.ipynb">Nextflow notebook</a>, you would go to the <code>nextflow.config</code> section and replace the <code>placeholder</code> value for <code>container</code> with the approved Docker URI. </p> | ||
<p>Please note that you will need to replace all <code>placeholder</code> values in the <code>nextflow.config</code> with values specific to your workspace. Please see the section <a href="../nextflow-tutorial-workflows/#get-and-replace-placeholder-values-from-the-nextflow-config">"Get and replace placeholder values from the Nextflow config"</a> on the Tutorials page for more information.</p> | ||
<p><img alt="Screenshot of nextflow.config, showing where you put the Docker URI" src="../img/nextflow-config.png"></p> | ||
<h2 id="support"><strong>Support</strong><a class="headerlink" href="#support" title="Permanent link">¶</a></h2> | ||
<p>If you encounter any issues or require assistance, please reach out to the User Services team that provided you with the temporary credentials, or <a href="mailto:[email protected]">[email protected]</a>, or reach out on Slack. (Slack will result in the quickest reply.)</p> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.