Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagenone
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:

...