Giter Site home page Giter Site logo

Comments (7)

NayamAmarshe avatar NayamAmarshe commented on May 18, 2024

I could make a docker file but I'm not sure what purpose would it serve.

from upscayl.

xinmans avatar xinmans commented on May 18, 2024

any update?

from upscayl.

NayamAmarshe avatar NayamAmarshe commented on May 18, 2024

any update?

I personally don't have the time to look at Docker but I'll be okay with PRs for it :)

from upscayl.

nodecentral avatar nodecentral commented on May 18, 2024

I could make a docker file but I'm not sure what purpose would it serve.

My home set up is basically an iPad and a NAS which I run a lot of containers to support video / photo work - having upscayl available via a Docker container make it available to me (as I don’t have windows, mac or Linux).

If you’re still considering doing it, I’d love to use it..

from upscayl.

aaronliu0130 avatar aaronliu0130 commented on May 18, 2024

@nodecentral Upscayl is a GUI for REAL-ERSGAN which already has lots of docker images https://hub.docker.com/search?q=real-esrgan https://hub.docker.com/search?q=esrgan

from upscayl.

xinmans avatar xinmans commented on May 18, 2024

I try to build myself, but failure


> [email protected] dev
> tsc && electron .
node:events:489
      throw er; // Unhandled 'error' event
      ^
Error: spawn /app/node_modules/electron/dist/electron ENOENT
    at ChildProcess._handle.onexit (node:internal/child_process:285:19)
    at onErrorNT (node:internal/child_process:483:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error' event on ChildProcess instance at:
    at 3000._handle.onexit (node:internal/child_process:291:12)
    at onErrorNT (node:internal/child_process:483:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
�
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn /app/node_modules/electron/dist/electron',
  path: '/app/node_modules/electron/dist/electron',
  spawnargs: [ '.' ]
}
Node.js v20.1.0
  ```

Dockerfile

FROM node:alpine

RUN mkdir -p /app

WORKDIR /app

COPY package*.json ./

RUN npm install

COPY . .

EXPOSE 3000

CMD ["npm", "run", "dev"]

` docker-compose.yml 
version: "3.8"

networks:
  default:

services:
  app:
    container_name: upscayl
    build:
      context: .
      dockerfile: Dockerfile
    restart: unless-stopped
    ports:
      - 3000:3000
    networks:
      - default


    `

from upscayl.

nodecentral avatar nodecentral commented on May 18, 2024

Hi @xinmans - I’ve not tried it yet, but I followed @aaronliu0130 advice and looked up some on Docker Hub and have this one to try at some point.. https://github.com/wpafbo79/ai-docker/tree/master/real-esrgan

from upscayl.

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.