Skip to content

Commit

Permalink
Init repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarchel7bulls committed Nov 19, 2024
1 parent f0386bc commit 45d3f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ensembler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y build-essential g++ libgl1-mesa-glx lib
ADD https://gitlab.ow2.org/melodic/morphemic-preprocessor/-/archive/morphemic-rc4.0/morphemic-preprocessor-morphemic-rc4.0.tar.gz /var/lib/morphemic/

# Copy the rest of the codebase into the image
COPY deployment/ensembler/ ./
COPY ensembler/ ./

RUN cd /var/lib/morphemic/ \
&& tar -zxf morphemic-preprocessor-morphemic-rc4.0.tar.gz \
Expand Down

0 comments on commit 45d3f51

Please sign in to comment.