Git Product home page Git Product logo

Comments (7)

shyallegro avatar shyallegro commented on June 21, 2024

Hi @Betagmr ,
if I understand correctly you are not using the clearml docker compose.
How are you serving the UI?

from clearml-server.

Betagmr avatar Betagmr commented on June 21, 2024

Hi @shyallegro,
I'm using docker compose to serve the UI.
I disabled the nginx IPv6 binding by adding an environment variable.
Here is my Docker Compose configuration on the webserver, the rest remains the same.

webserver:
  command:
    - webserver
  container_name: clearml-webserver
  environment:
    - DISABLE_NGINX_IPV6=true
  #  CLEARML_SERVER_SUB_PATH : clearml-web # Allow Clearml to be served with a URL path prefix.
  image: allegroai/clearml:latest
  restart: unless-stopped
  depends_on:
    - apiserver
  ports:
    - "8080:80"
  networks:
    - backend
    - frontend

from clearml-server.

shyallegro avatar shyallegro commented on June 21, 2024

can you verify that it's possible to pull plotly js from the webserver?
curl -v http://[server URL]:8080/app/webapp-common/assets/plotly-2.25.2.min.js > p.js

from clearml-server.

Betagmr avatar Betagmr commented on June 21, 2024

Okay, I tried but I got time out error.
I also tested it with smaller files, and it seems to work if the file is less than 3 megs.

from clearml-server.

shyallegro avatar shyallegro commented on June 21, 2024

the vendor chunk is over 3mb as well, not sure it's a size issue.
you can open a terminal into the running container to make sure the file is there, but since this is the release image there's no way it can't be.
do you have some gateway between the serving Ubuntu host and your PC? maybe try to fetch the file from the host directly to localhost:8080

from clearml-server.

Betagmr avatar Betagmr commented on June 21, 2024

Yes, the file exists in the container.
When I fetch the file from the server it works fine, the problem occurs when I fetch it from outside the server.
We run the server on a VPN.

from clearml-server.

shyallegro avatar shyallegro commented on June 21, 2024

since this is your companies network, there's nothing else I can do.
closing this ticket

from clearml-server.

Related Issues (20)

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.