Skip to content

Commit

Permalink
Update Custom_Containerized_Environment
Browse files Browse the repository at this point in the history
  • Loading branch information
LingzheZhao authored Jun 30, 2023
1 parent 23778a4 commit 0795553
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Custom_Containerized_Environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ with Docker and Harbor </h1>

For beginners, it is recommended that custom images use one of the Determined AI's official images as a base image, using the `FROM` instruction.

## Example

Here is an example: Suppose you have `environment.yaml` for creating the `conda` environment, `pip_requirements.txt` for `pip` requirements and some `apt` packages that need to be installed.

> Before proceeding to build your custom Docker image, you need to [install Docker](https://docs.docker.com/engine/install/), or you can choose the *easier* way: build it on the **login-node**.
Put these files in a folder, and create a `Dockerfile` with the following contents:

```Dockerfile
Expand Down

0 comments on commit 0795553

Please sign in to comment.