GithubHelp home page GithubHelp logo

lhns / docker-polynote Goto Github PK

View Code? Open in Web Editor NEW
3.0 4.0 0.0 10 KB

Docker image for https://polynote.org/: https://cloud.docker.com/u/lolhens/repository/docker/lolhens/polynote [Deprecated]

Dockerfile 92.10% Shell 7.90%

docker-polynote's Introduction

docker-polynote

https://polynote.org/

Docker run

POLYNOTE_CONFIG='
listen:
  host: 0.0.0.0
  port: 8192
'
docker run -p 8192:8192 -e "POLYNOTE_CONFIG=$POLYNOTE_CONFIG" -v /myfolder/notebooks:/opt/polynote/notebooks lolhens/polynote

Compose file

version: '3.7'

services:
  polynote:
    image: lolhens/polynote
    environment:
      POLYNOTE_CONFIG: |
        listen:
          host: 0.0.0.0
          port: 8192
    ports:
      - "8192:8192"
    volumes:
      - notebooks:/opt/polynote/notebooks

volumes:
  notebooks:

docker-polynote's People

Contributors

lhns avatar lolhens avatar

Stargazers

 avatar Phoenix.W avatar  avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

docker-polynote's Issues

problem:trying to pass an insecure Py4j gateway to Spark

when use spark in pyhton, hanged at: trying to pass an insecure Py4j gateway to Spark . in official poylnote repository, they fixed this bug after version 0.2.13("Resolve insecure py4j gateway issue").
I hope you can fix this issue in your images by using the latest official poylnote, thanks.

accessing installed dependencies

thank you for putting together this dockerfile, I was able to get it up and running but could not get import numpy working in python, no matter what I tried in the configuration cell up top in a new notebook. Not sure if this is related to the docker set up or to polynote itself. If the latter, please let me know and I'll post the issue there.

I see the dependencies being installed when I restart the kernel but they do not appear to be accessible to the kernel.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.