# Use the pre-built docker image attached in this example by doing ```docker load --input panoramasdk_gpu_access_base_image.tar.gz``` or build the base image yourself using the dockerfile provided under /docker/Dockerfile FROM pt:37 RUN apt-get update && apt-get install -y --no-install-recommends libglib2.0-0 \ && rm -rf /var/lib/apt/lists/* \ && apt-get clean RUN python3.7 -m pip install --no-cache-dir boto3 COPY src /panorama # COPY saved_model_trt_fp16 /panorama/saved_model_trt_fp16