CoolFace
Apppublic

theresatvan/patent-language-model

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
App README

Hugging ๐Ÿค— Face Space

<https://huggingface.co/spaces/theresatvan/patent-language-model>

Containerization setup

We use Docker for containerization. Since we are building a Streamlit application, we can expect to be developing solely in Python. The Docker base image we are building our container from is python:3.10-slim.

Reference for deploying Streamlit application in Docker

We then use VS Code Dev Containers to allow us to create a Docker image from the Dockerfile and develop inside of a Docker container.

Reference for setting up VS Code Dev Containers

Our container configuration will be set up as such:

โ””โ”€โ”€ patent_lang_model
    โ””โ”€โ”€ .devcontainer
        โ”œโ”€โ”€ devcontainer.json
        โ””โ”€โ”€ Dockerfile