This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# syntax=docker/dockerfile:1 | |
FROM debian:stable-slim | |
ARG DFVER="51_05" | |
ARG HACKVER="51.05-r1" | |
#ARG DFVER="47_05" | |
#ARG HACKVER="0.47.05-r8" | |
# ARG GCCVER="7" # Could be 4.8 or 7 | |
ARG PLEXVER="v0.2.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# syntax=docker/dockerfile:1 | |
FROM debian:stable-slim | |
ADD http://www.bay12games.com/dwarves/df_47_04_linux.tar.bz2 /root/df.tar.bz2 | |
ADD https://github.com/white-rabbit-dfplex/dfplex/releases/download/v0.2.1-dfplex/dfplex-v0.2.1-linux64.zip /root/dfplex.zip | |
ADD https://github.com/DFHack/dfhack/releases/download/0.47.04-r1/dfhack-0.47.04-r1-Linux-64bit-gcc-4.8.tar.bz2 /root/dfhack.tar.bz2 | |
EXPOSE 8000 | |
EXPOSE 5000 | |
EXPOSE 1234 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[src/handlers/pipelines.rs:127] thread::current().id().as_u64() = 8 | |
[src/handlers/pipelines.rs:135] | |
[src/handlers/pipelines.rs:126] unsafe { | |
dbg!(thread :: current().id().as_u64()); | |
super::DEVICE.read().unwrap().get(&device).unwrap().device.create_compute_pipelines(pipeline_cache, | |
create_infos, { dbg!(); p_allocator.as_ref() }) | |
} = Ok( | |
[ | |
0x7fd9ec000c80, | |
], |