Skip to content

Commit

Permalink
use rapids_notebooks_container templating in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ncclementi committed Jan 22, 2025
1 parent 474ecad commit 544eaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/platforms/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ adds some extra snowflake packages.
Create a Dockerfile as follow:

```Dockerfile
FROM rapidsai/notebooks:25.02a-cuda11.8-py3.11-amd64
FROM {{ rapids_notebooks_container.replace("-py3.12", "-py3.11-amd64") }}

RUN pip install "snowflake-snowpark-python[pandas]" snowflake-connector-python
```
Expand Down

0 comments on commit 544eaf3

Please sign in to comment.