Git Product home page Git Product logo

Comments (7)

psathyrella avatar psathyrella commented on June 22, 2024 1

I'm assuming this stopgap worked for chaim, so changing title, but lmk if not.

from linearham.

eharkins avatar eharkins commented on June 22, 2024

There's no error message, scons seems to think that it already ran partis.

I can reproduce this if I run with any output directory not under /linearham, e.g.:
--outdir=/linearham_analysis
but it seems to not be the case when using an output dir under /linearham, e.g.:
--outdir=/linearham/linearham_analysis

I don't understand why this is and am trying to figure it out but hopefully this unblocks you for now.

from linearham.

jgallowa07 avatar jgallowa07 commented on June 22, 2024

Haven't tested this specifically, but I'm pretty sure this because you copy all the contents into the container into /linearham. Then you change your working directory to /linearham.

Why not replace COPY . ./linearham with COPY . . and remove the WORKDIR line completely. That way everything is relative to root inside the container. This would at least throw a more useful error b/c the user is trying to write above root directory? Just a thought.

from linearham.

psathyrella avatar psathyrella commented on June 22, 2024

That sounds good to me, that would be amazing if you could switch it to that. This issue was just blocking me from running something last week.

from linearham.

psathyrella avatar psathyrella commented on June 22, 2024

update: this happens also outside of docker, so seems likely unrelated to dockerfile, and maybe is a more fundamental scons thing. I haven't managed to google anything useful about decoupling scons work vs build dirs, so maybe it's not possible? Could probably also just make the various linearham scripts/binaries work from outside the linearham code dir, then have scons cd to the output dir and run from there.

In any case it works ok to handle with linking (e.g. this and this), although is a bit complicated and error-prone.

Anyway for now I think it's better to just leave as is.

from linearham.

jgallowa07 avatar jgallowa07 commented on June 22, 2024

@psathyrella Not sure my neural pathways stuck around for this - can I be of assistance? Happy to look into it again.

from linearham.

psathyrella avatar psathyrella commented on June 22, 2024

@jgallowa07 no thanks, it seems likely it's not fixable.

I think this is the closest i've come to an explanation for why things may not be working. That link, at least, boils down to scons being designed around backward compatibility with old compilation tools. Which is a little unsatisfying since we're not even compiling anything, but, oh well, the workaround works for now, and sounds like eventually we'll be using a different approach.

from linearham.

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.