...
Code Block | ||
---|---|---|
| ||
FROM lambda-stack:20.04
RUN pip install pip install transformers[torch] |
To build the corresponding container image, first create an empty folder and save the Dockerfile
in it:
...
...
Code Block | ||
---|---|---|
| ||
FROM lambda-stack:20.04
RUN pip install pip install transformers[torch] |
To build the corresponding container image, first create an empty folder and save the Dockerfile
in it:
...