Giter VIP home page Giter VIP logo

Comments (4)

Crevax avatar Crevax commented on May 19, 2024

Hey slacker, glad to see those changes worked out for you! It's strange that you're unable to read the files though. I'll have to poke around a bit to see what's going on.

In the meantime, this should help clear the air around the docker command: the v flag plus `pwd`:/data mounts whatever pwd resolves to on the host system to the /data drive on the container. Omitting the first part just creates that volume in the container.

So how that applies for you: you'll have to pardon me a second, as I haven't used Windows in a while( and when I did, I was running MinGW so I could run Unix commands). Instead of `pwd`, I'd try running %cd% instead (so docker run --rm -itv %cd%:/data datascienceworkshops/data-science-at-the-command-line. Otherwise I believe pwd will work in PowerShell.

Unfortunately I don't have any resources handy for learning docker beyond their docs. But if you have any other questions around docker I'd be happy to answer them!

from data-science-at-the-command-line.

gmichel-SMU avatar gmichel-SMU commented on May 19, 2024

in Windows, if you use double-quote instead of one quote the command will work eventually:

docker run --rm -itv "pwd":/data datascienceworkshops/data-science-at-the-command-line

from data-science-at-the-command-line.

gmichel-SMU avatar gmichel-SMU commented on May 19, 2024

I ran into the same issue you had and didn't find a solution so far, I think it is related to the structure of the data files inside Docker container.

from data-science-at-the-command-line.

jeroenjanssens avatar jeroenjanssens commented on May 19, 2024

Fixed by jeroenjanssens/datascienceworkshops-dockerfiles@d200080.

from data-science-at-the-command-line.

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.