Git Product home page Git Product logo

Comments (3)

dizcza avatar dizcza commented on June 8, 2024

Before installing nvidia-opencl-icd-384 make sure you have included all the first lines from my nvidia-full Dockerfile branch.

FROM nvidia/cuda:8.0-runtime-ubuntu16.04
ENV http_proxy=
ENV https_proxy=
ENV DEBIAN_FRONTEND noninteractive
ENV HOME /root
RUN apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:graphics-drivers/ppa

Try running docker build --no-cache -t hashcat-nvidia-full . in nvidia-full branch.
You can use binaries from my docker-hub.
Or inherit in your Dockerfile like so:

ARG branch=nvidia-full
FROM dizcza/docker-hashcat:$branch

from docker-hashcat.

tckelly38 avatar tckelly38 commented on June 8, 2024

So I'm trying to add this image to my existing project, when I simply inherit the docker file:

ARG branch=nvidia-full
FROM dizcza/docker-hashcat:$branch

in my existing Dockerfile, it ends up overwriting my app if placed at the end. If I place the inheritance at the beginning of my docker file, my image won't contain the hashcat directory or binary in my /.

At the end of the day, I believe this issue stems from my incompetence with Docker, and not with the project. But was looking for help either way.

from docker-hashcat.

dizcza avatar dizcza commented on June 8, 2024

binaries are placed in /hashcat dir. symlink or copy them wherever you want.
inheritance (FROM keyword) has to be at the beginning of Dockerfile.
please, read the docker docs first. the Dockerfiles in this repo are complex

from docker-hashcat.

Related Issues (16)

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.