GithubHelp home page GithubHelp logo

Comments (19)

wincowgerDEV avatar wincowgerDEV commented on August 24, 2024 1

Right on, I made a PR for it and will add some updates there. Thanks :) #86

from trash-ai.

shollingsworth avatar shollingsworth commented on August 24, 2024

I'll take a look at this @wincowgerDEV thanks.

from trash-ai.

wincowgerDEV avatar wincowgerDEV commented on August 24, 2024

from trash-ai.

shollingsworth avatar shollingsworth commented on August 24, 2024

@wincowgerDEV can you have your friend Re-test to confirm the docs and build work correctly?

from trash-ai.

wincowgerDEV avatar wincowgerDEV commented on August 24, 2024

from trash-ai.

wincowgerDEV avatar wincowgerDEV commented on August 24, 2024

Haven't heard back from my friend so was trying to dive into this myself but then realized that we haven't incorporated his previous comments yet: #85 (comment) Will make a PR for them now.

from trash-ai.

shollingsworth avatar shollingsworth commented on August 24, 2024

Haven't heard back from my friend so was trying to dive into this myself but then realized that we haven't incorporated his previous comments yet: #85 (comment) Will make a PR for them now.

If you look at the diff, I think I did, unless I missed something.

from trash-ai.

wincowgerDEV avatar wincowgerDEV commented on August 24, 2024

from trash-ai.

wincowgerDEV avatar wincowgerDEV commented on August 24, 2024

If you look at the diff, I think I did, unless I missed something.
This one says the last update was March, maybe there are some commits that haven't been pushed? https://github.com/code4sac/trash-ai/blob/production/docs/localdev.md

I am starting to work on this in the Manuscript branch now so no worries about it either way.

from trash-ai.

shollingsworth avatar shollingsworth commented on August 24, 2024

@wincowgerDEV

This is part of a PR related to this issue, probably should have linked it in the first place :-P
https://github.com/code4sac/trash-ai/compare/85-testing-local-deployment-issues
^^^

from trash-ai.

wincowgerDEV avatar wincowgerDEV commented on August 24, 2024

Currently running for Windows, this statment is unclear to me "WSL Integration on Ubuntu must be enabled in Docker options -> Resources -> WSL Integration" Is that something I would do through the Linux command prompt? It looks like docker desktop already has the integration by default so maybe we just recommend they install that?
image

from trash-ai.

wincowgerDEV avatar wincowgerDEV commented on August 24, 2024

Are we sure these instructions are necessary? I think that docker-compose is now coming standard with any docker desktop installation.

See here: https://docs.docker.com/compose/install/

"docker-compose Instructions
Docker-compose file version >3.7 are supported
Windows: Take note of docker-compose installation (installing through apt may not install the correct version)
For MacOS, use docker-compose version 1.x"

from trash-ai.

shollingsworth avatar shollingsworth commented on August 24, 2024

Are we sure these instructions are necessary? I think that docker-compose is now coming standard with any docker desktop installation.

See here: https://docs.docker.com/compose/install/

"docker-compose Instructions Docker-compose file version >3.7 are supported Windows: Take note of docker-compose installation (installing through apt may not install the correct version) For MacOS, use docker-compose version 1.x"

Some folks may not be using docker desktop. Maybe just recommend docker desktop, and we can remove that part.

from trash-ai.

shollingsworth avatar shollingsworth commented on August 24, 2024

Currently running for Windows, this statment is unclear to me "WSL Integration on Ubuntu must be enabled in Docker options -> Resources -> WSL Integration" Is that something I would do through the Linux command prompt? It looks like docker desktop already has the integration by default so maybe we just recommend they install that? image

I think @feydan put the windows instructions together. If you're following along on Windows, I say modify it to make sense to you going through the process new.

from trash-ai.

wincowgerDEV avatar wincowgerDEV commented on August 24, 2024

Thanks! Doing that now :)

Getting pretty close to the full deployment, currently at the make local step and got this error. Do we need to require that people login to docker? Also tried logging in but still get the same error message.

"Error response from daemon: pull access denied for trash_ai_bs, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
make[1]: *** [Makefile:5: up] Error 18
make[1]: Leaving directory '/home/wincowger/code/trash-ai/localdev'
make: *** [Makefile:2: local] Error 2"

from trash-ai.

wincowgerDEV avatar wincowgerDEV commented on August 24, 2024

Are we sure these instructions are necessary? I think that docker-compose is now coming standard with any docker desktop installation.
See here: https://docs.docker.com/compose/install/
"docker-compose Instructions Docker-compose file version >3.7 are supported Windows: Take note of docker-compose installation (installing through apt may not install the correct version) For MacOS, use docker-compose version 1.x"

Some folks may not be using docker desktop. Maybe just recommend docker desktop, and we can remove that part.

Agreed, probably simpler for us to document.

from trash-ai.

shollingsworth avatar shollingsworth commented on August 24, 2024

Thanks! Doing that now :)

Getting pretty close to the full deployment, currently at the make local step and got this error. Do we need to require that people login to docker? Also tried logging in but still get the same error message.

"Error response from daemon: pull access denied for trash_ai_bs, repository does not exist or may require 'docker login': denied: requested access to the resource is denied make[1]: *** [Makefile:5: up] Error 18 make[1]: Leaving directory '/home/wincowger/code/trash-ai/localdev' make: *** [Makefile:2: local] Error 2"

No, it actually should be building trash_ai_bs, so it doesn't have to reach out for that local image.
I'm on slack if you want to go over that realtime.

from trash-ai.

wincowgerDEV avatar wincowgerDEV commented on August 24, 2024

No, it actually should be building trash_ai_bs, so it doesn't have to reach out for that local image. I'm on slack if you want to go over that realtime.

Sweet thanks! Logging onto slack.

from trash-ai.

wincowgerDEV avatar wincowgerDEV commented on August 24, 2024

Thanks @shollingsworth for debugging the error with me. Was able to get a successful deployment and went through the rest of the instructions and made sure they are ready to roll. Local deployment instructions are good to go to me.

from trash-ai.

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.